io.github.timmx7/styx-mcp-server
Quality Score
83
/100
MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"styx-mcp-server": {
"command": "npx",
"args": [
"-y",
"styx-mcp-server"
],
"env": {
"STYX_API_KEY": "<your-styx_api_key>",
"STYX_TOKEN": "<your-styx_token>",
"STYX_API_URL": "<styx_api_url>",
"STYX_PROXY_URL": "<styx_proxy_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"styx-mcp-server": {
"command": "npx",
"args": [
"-y",
"styx-mcp-server"
],
"env": {
"STYX_API_KEY": "<your-styx_api_key>",
"STYX_TOKEN": "<your-styx_token>",
"STYX_API_URL": "<styx_api_url>",
"STYX_PROXY_URL": "<styx_proxy_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y styx-mcp-server§02 Environment variables
STYX_API_KEYrequiredsecret
Styx API key for routing AI requests through the gateway (required for styx_send_request)
STYX_TOKENrequiredsecret
Styx auth token for project and key management (required for management tools)
STYX_API_URLStyx backend API URL
STYX_PROXY_URLStyx proxy URL for AI request routing
§03 MCP Quality Score · methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API