MCP Server
Maintained
MIT
io.github.XJTLUmedia/markdown-formatter MCP Server
io.github.XJTLUmedia/markdown-formatter
What is the io.github.XJTLUmedia/markdown-formatter MCP server?
AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
How to install io.github.XJTLUmedia/markdown-formatter
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"markdown-formatter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Claude Code
claude mcp add markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-serverRelated MCP servers
AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management.
0
View repository →TypeScript
MIT
io.github.XJTLUmedia/context-first-mcp
Maintained
37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.
0
View repository →TypeScript
MIT