Toolbox dynamically routes to all MCPs in the Smithery registry based on your agent's need. When a…
claude mcp add smithery-toolbox --transport http https://server.smithery.ai/@smithery/toolbox/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"smithery-toolbox": {
"url": "https://server.smithery.ai/@smithery/toolbox/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smithery-toolbox": {
"serverUrl": "https://server.smithery.ai/@smithery/toolbox/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"smithery-toolbox": {
"type": "http",
"url": "https://server.smithery.ai/@smithery/toolbox/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smithery-toolbox": {
"url": "https://server.smithery.ai/@smithery/toolbox/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"smithery-toolbox": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://server.smithery.ai/@smithery/toolbox/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://server.smithery.ai/@smithery/toolbox/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/ai.smithery--smithery-toolbox/reviews or the review_server meta-tool.
POST /mcp