Error Formatter
Freeby MCP Community
Simple utility to format MCP tool errors like Cursor
v1.1.4Added Apr 12, 2026
mcperrorcursoranthropicllm
Error Formatter MCP Server
Simple utility to format MCP tool errors like Cursor
Installation
npx -y @bjoaquinc/mcp-error-formatter
Reviews
Installation
Quick install
npx -y @bjoaquinc/mcp-error-formatter
Add to claude_desktop_config.json
{
"mcpServers": {
"error-formatter": {
"command": "npx",
"args": ["-y", "@bjoaquinc/mcp-error-formatter"]
}
}
}