Collapse MCP servers into 2 tools: search and execute, cutting tool schemas and token use for faster agent setup
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"-y",
"afiabatool067-png/mcpx"
]
}
}
}
Run in terminal:
claude mcp add mcpx npx -y afiabatool067-png/mcpx
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpx": {
"command": "npx",
"args": [
"-y",
"afiabatool067-png/mcpx"
]
}
}
}