๐งน Simplify your MCP servers with mcp-tidy, clearing server bloat to enhance performance and improve tool selection in Claude Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup โ check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-tidy": {
"command": "go",
"args": [
"run",
"github.com/caknuzur/mcp-tidy@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-tidy go run github.com/caknuzur/mcp-tidy@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-tidy": {
"command": "go",
"args": [
"run",
"github.com/caknuzur/mcp-tidy@latest"
]
}
}
}