MCP Markdown Server 是一个基于 Model Context Protocol (MCP) 的服务器应用,提供 Markdown 文档的创建**、**编辑**、**搜索**、**转换为html和管理的功能。该项目结合了讯飞星火大模型 API 和 MCP 协议,实现了智能化的 Markdown 文档处理能力。
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-client-server-markdown": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Markdown Server 是一个基于 Model Context Protocol (MCP) 的服务器应用,提供 Markdown 文档的创建、编辑、搜索、转换为html和管理的功能。该项目通过了结合了讯飞星火大模型的 MCP Client 以及自定义 MCP Server 协议,实现了智能化的 Markdown 文档处理能力。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Client Server Markdown and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Markdown Server 是一个基于 Model Context Protocol (MCP) 的服务器应用,提供 Markdown 文档的创建、编辑、搜索、转换为html和管理的功能。该项目通过了结合了讯飞星火大模型的 MCP Client 以及自定义 MCP Server 协议,实现了智能化的 Markdown 文档处理能力。
.env 文件并配置环境变量克隆仓库:
git clone https://github.com/your-repo/mcp-markdown-server.git
cd mcp-markdown-server
安装依赖:
npm install
启动服务器:
node server.js
启动客户端:
node client.js server.js
> 请帮我创建一个关于项目计划的Markdown文档,包含API开发和UI设计两部分
> 查找所有包含"API开发"的文档
> 将以下Markdown转换为HTML: ## 标题\n\n这是一个段落
> 使用会议记录模板创建一个新的文档,主题是"项目进度会议"
mcp-markdown-server/
├── client.ts # MCP客户端实现
├── server.ts # MCP服务器实现
├── markdowns/ # Markdown文档存储目录
├── .env # 环境变量示例
├── package.json # 项目依赖
└── README.md # 项目文档
欢迎贡献!请遵循以下步骤:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 MIT 许可证。
This server is certified with MCP Review.
本服务器已通过 MCP Review 认证。
如有任何问题,请联系项目维护者:
提示:使用前请确保已正确配置星火 API 密钥和本地环境变量。