Fmt
Freeby MCP Community
Format MCP tool results into markdown that renders in Claude Code's terminal
v0.3.2Added Apr 12, 2026
mcpmarkdownterminalclaudeformatting
Fmt MCP Server
Format MCP tool results into markdown that renders in Claude Code's terminal
Installation
npx -y mcp-fmt
Reviews
Installation
Quick install
npx -y mcp-fmt
Add to claude_desktop_config.json
{
"mcpServers": {
"fmt": {
"command": "npx",
"args": ["-y", "mcp-fmt"]
}
}
}