Loading MCP server directory, please wait...
MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.
npx @getmcp/cli add io.github.timmx7/styx-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
STYX_API_KEYStyx API key for routing AI requests through the gateway (required for styx_send_request)
STYX_TOKENStyx auth token for project and key management (required for management tools)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.timmx7/styx-mcp-server": {
"command": "npx",
"args": [
"-y",
"styx-mcp-server"
],
"env": {
"STYX_API_KEY": "",
"STYX_TOKEN": "",
"STYX_API_URL": "",
"STYX_PROXY_URL": ""
}
}
}
}