计
计算MCP
sunset126/mcp-calculator
0 Stars
80 次浏览
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"mcp_calculator_local": {
"args": [
"run",
"-m",
"src/mcp_calculator_local/mcp_calculator_local.py"
],
"command": "uvx"
}
}
}