MD2Card MCP 服务器
About
# MD2Card MCP 服务器 将Markdown文档转换为可视化图片卡片的MCP服务器  ## 在cline中调用 …
Details
- Author
- hotdogarea
- Downloads
- 160
- Categories
- Other
Jump to
- Converts Markdown text to styled image cards.
- Supports 19 distinct theme styles.
- Intelligent size adaptation for various outputs.
- Three content splitting modes (default: automatic).
- Provides a standardized MCP protocol interface.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MD2Card MCP 服务器Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository locally, locate build/index.js, and add the server to your MCP client configuration. The configuration requires the node command, the path to index.js, and an MD2CARD_API_KEY environment variable. The API key is obtained from the admin website.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"md2card mcp \u670d\u52a1\u5668": {
"md2card-server": {
"command": "node",
"args": [
"path/to/build/index.js"
],
"env": {
"MD2CARD_API_KEY": "\u60a8\u7684API\u5bc6\u94a5"
}
}
}
}
}
McpServers
{
"md2card-server": {
"command": "node",
"args": [
"path/to/build/index.js"
],
"env": {
"MD2CARD_API_KEY": "\u60a8\u7684API\u5bc6\u94a5"
}
}
}
MD2Card MCP 服务器
将Markdown文档转换为可视化图片卡片的MCP服务器
在cline中调用
其他风格
SetUp
clone项目到本地,找到index.js路径替换到客户端mcp配置文件中功能特性
- 支持19种主题样式:苹果备忘录 波普艺术 艺术装饰 玻璃拟态 温暖柔和 简约高级灰 梦幻渐变 清新自然 紫色小红书 笔记本 暗黑科技 复古打字机 水彩艺术 中国传统 儿童童话 商务简报 日本杂志 极简黑白 赛博朋克 - 智能尺寸适配 - 三种内容拆分模式:默认自动拆分 - 通过MCP协议提供标准化接口客户端配置
在MCP客户端配置文件中添加以下内容:{
"md2card-server": {
"command": "node",
"args": ["path/to/build/index.js"],
"env": {
"MD2CARD_API_KEY": "您的API密钥"
}
}
}
密钥申请地址:https://admin.mathmind.cn/login?referralCode=REF43267489Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



