Markdown Formatter
Rank #22,113io.github.XJTLUmedia/markdown-formatter
MCP server providing markdown-formatter capabilities
Markdown Formatter is a Model Context Protocol (MCP) server published by xjtlumedia. It ranks #22,113 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Markdown Formatter is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 93,478 of 115,591 servers on MCP Toplist.
Use Markdown Formatter
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-server[mcp_servers.markdown-formatter]
command = "npx"
args = ["-y", "@xjtlumedia/markdown-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"markdown-formatter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@xjtlumedia/markdown-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.XJTLUmedia%2Fmarkdown-formatter)<a href="https://mcptoplist.com/server/io.github.XJTLUmedia%2Fmarkdown-formatter"><img src="https://mcptoplist.com/badge/io.github.XJTLUmedia%2Fmarkdown-formatter.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
xjtlumedia
Other servers by xjtlumedia
View all xjtlumedia servers →Available versions (5)
| Version | Published |
|---|---|
| 1.0.5 | Apr 1, 2026 |
| 1.0.4 | Apr 1, 2026 |
| 1.0.3 | Apr 1, 2026 |
| 1.0.2 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Markdown Formatter?
- Markdown Formatter is maintained by xjtlumedia, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Markdown Formatter listed on the Official MCP Registry?
- Yes — Markdown Formatter is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Markdown Formatter have?
- MCP Toplist tracks 5 versions of Markdown Formatter, most recently published on Apr 1, 2026.
- Where can I find the source code for Markdown Formatter?
- The source code for Markdown Formatter is hosted at github.com/xjtlumedia/mcp_markdown_formatter.