← Index

io.github.tech-sushant/calculator-mcp

io.github.tech-sushant/calculator-mcp·v1.0.1·Other
Quality Score
68
/100

A simple Model Context Protocol calculator server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "calculator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tech-sushant/calculator-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "calculator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tech-sushant/calculator-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tech-sushant/calculator-mcp
§03  MCP Quality Score  ·  methodology
freshness
13
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other