MD2Card MCP 服务器

by hotdogarea

160 downloads
Not rated
GitHub

About

# MD2Card MCP 服务器 将Markdown文档转换为可视化图片卡片的MCP服务器 ![image](https://github.com/user-attachments/assets/8300606a-b47d-4d75-8ebf-4859cbe0d7e4) ## 在cline中调用 ![image](https://github.com/user-attachments/assets/b5714383-c200-4cfd-929d-9ba3f077740d)…

Details

Author
hotdogarea
Downloads
160
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. 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.

  4. 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服务器

image

在cline中调用

image

image

1744488841278_buwmnh

其他风格

image 1744489973426_vgrj2m

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=REF43267489
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.