loading…
Search for a command to run...
loading…
server_name — MCP server via Smithery
server_name — MCP server via Smithery
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"server-id": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"my_namespace/server_id"
]
}
}
}