Server Config
{
"mcpServers": {
"crazyrouter": {
"command": "npx",
"args": [
"-y",
"crazyrouter-mcp"
],
"env": {
"CRAZYROUTER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}{
"mcpServers": {
"crazyrouter": {
"command": "npx",
"args": [
"-y",
"crazyrouter-mcp"
],
"env": {
"CRAZYROUTER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}