🚀 Generate executable TypeScript tools from MCP servers with 98% token savings. Progressive loading pattern for AI agents. Production-ready.
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-execution": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-execution"
]
}
}
}
Run in terminal:
claude mcp add mcp-execution cargo run -- mcp-execution
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-execution": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-execution"
]
}
}
}