{
"mcpServers": {
"md2card-mcp-server": {
"args": [
"-y",
"md2card-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
- 支持 22 种主题样式:苹果备忘录 波普艺术 艺术装饰 玻璃拟态 温暖柔和 简约高级灰 梦幻渐变 清新自然 紫色小红书 笔记本 暗黑科技 复古打字机 水彩艺术 中国传统 儿童童话 商务简报 日本杂志 极简黑白 赛博朋克 - 新功能:支持通过 type 参数直接指定卡片类型/尺寸 - 新功能:支持抓取微信公众号文章并转换为 Markdown 格式
Is it safe?
No known CVEs for md2card-mcp-server.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 53 days ago. 74 stars. 22 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'md2card-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).
Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
MCP Security Weekly
Get CVE alerts and security updates for Md2card Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
homepage: https://md2card.cn
MD2Card Markdown 转知识卡片 将 Markdown 文档转换为精美的知识卡片,支持多种风格
直接使用 npx 运行(需要设置 API 密钥环境变量):
# 设置API密钥并运行
MD2CARD_API_KEY="您的API密钥" npx md2card-mcp-server
# 安装
npm install -g md2card-mcp-server
# 运行(需要设置API密钥环境变量)
MD2CARD_API_KEY="您的API密钥" md2card-mcp-server
clone 项目到本地,找到 index.js 路径替换到客户端 mcp 配置文件中
{
"markdown": "# 标题\n\n内容"
}
{
"markdownFile": "/path/to/your/file.md"
}
可以通过type参数直接指定卡片类型,支持以下类型:
{
"markdown": "# 标题\n\n内容",
"type": "小红书"
}
也可以通过 width 和 height 参数指定:
{
"markdown": "# 标题\n\n内容",
"width": "小红书",
"height": 586
}
使用 wechat_scraper 工具抓取微信公众号文章:
{
"url": "https://mp.weixin.qq.com/s/your-article-id"
}
返回结果包含完整的 Markdown 格式文章,包括:
在 MCP 客户端配置文件中添加以下内容:
{
"md2card-server": {
"command": "npx",
"args": ["md2card-mcp-server@latest"],
"env": {
"MD2CARD_API_KEY": "您的API密钥"
}
}
}
在 Cursor 的 MCP 客户端配置文件中添加以下内容:
{
"md2card-server": {
"command": "npx",
"args": ["-y", "md2card-mcp-server@latest"],
"env": {
"MD2CARD_API_KEY": "您的API密钥"
}
}
}
注意:MD2CARD_API_KEY 环境变量是必需的,只有在实际运行时才会检查此环境变量。安装包时不需要此环境变量。
密钥申请地址:https://md2card.cn/zh?referralCode=github