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