io.github.timmx7/styx-mcp-server MCP Server
io.github.timmx7/styx-mcp-server
What is the io.github.timmx7/styx-mcp-server MCP server?
MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.
How to install io.github.timmx7/styx-mcp-server
Copy-paste configuration for popular MCP clients.
STYX_API_KEYrequiredsecretStyx API key for routing AI requests through the gateway (required for styx_send_request)
STYX_TOKENrequiredsecretStyx 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
{
"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": "<YOUR_STYX_API_URL>",
"STYX_PROXY_URL": "<YOUR_STYX_PROXY_URL>"
}
}
}
}{
"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": "<YOUR_STYX_API_URL>",
"STYX_PROXY_URL": "<YOUR_STYX_PROXY_URL>"
}
}
}
}{
"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": "<YOUR_STYX_API_URL>",
"STYX_PROXY_URL": "<YOUR_STYX_PROXY_URL>"
}
}
}
}{
"servers": {
"styx-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"styx-mcp-server"
],
"env": {
"STYX_API_KEY": "<YOUR_STYX_API_KEY>",
"STYX_TOKEN": "<YOUR_STYX_TOKEN>",
"STYX_API_URL": "<YOUR_STYX_API_URL>",
"STYX_PROXY_URL": "<YOUR_STYX_PROXY_URL>"
}
}
}
}claude mcp add styx-mcp-server --env STYX_API_KEY=<YOUR_STYX_API_KEY> --env STYX_TOKEN=<YOUR_STYX_TOKEN> --env STYX_API_URL=<YOUR_STYX_API_URL> --env STYX_PROXY_URL=<YOUR_STYX_PROXY_URL> -- npx -y styx-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.