Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"markdown-ai": {
"args": [
"-m",
"meok_markdown_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Markdown AI MCP Server — Markdown processing tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-markdown-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-markdown-ai-mcp against OSV.dev.
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
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.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/markdown-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Markdown AI MCP Server — Markdown processing tools.
| Tool | Description |
|---|---|
convert_to_html | Convert Markdown to HTML (supports headers, bold, italic, links, code, lists). |
generate_toc | Generate a table of contents from Markdown headers. |
lint_markdown | Lint Markdown for common issues. |
format_table | Format data as a Markdown table. headers: comma-separated. rows: semicolon-separ |
pip install meok-markdown-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"markdown-ai": {
"command": "python",
"args": ["-m", "meok_markdown_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs