styx mcp server for Cursor
io.github.timmx7/styx-mcp-server
MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.
client:Cursor
transport:stdio
runtime:npm
Install styx mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"styx-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"styx-mcp-server"
],
"env": {
"STYX_API_KEY": "<STYX_API_KEY>",
"STYX_TOKEN": "<STYX_TOKEN>",
"STYX_API_URL": "<STYX_API_URL>",
"STYX_PROXY_URL": "<STYX_PROXY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs