Install MCPCalc MCP Server

Connect your AI assistant to MCPCalc's calculator tools via the Model Context Protocol. Select your platform below to get started.

Prerequisite: Make sure MCPCalc is running locally on http://localhost:3000 or replace the URL below with your deployed instance URL.

Install on Claude Desktop

  1. Open Claude Desktop and go to Settings → Developer → Edit Config.
  2. This opens claude_desktop_config.json. Add the MCPCalc server to the mcpServers section:
{
  "mcpServers": {
    "mcpcalc": {
      "url": "http://localhost:3000/api/v1/mcp"
    }
  }
}
  1. Save the file and restart Claude Desktop.
  2. You should now see MCPCalc tools available when you click the MCP tools icon in the chat input.
Config file locations:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Available Tools

Once connected, your AI assistant will have access to these tools:

list_calculators
List available calculators by category
get_calculator_schema
Get input schema for a calculator
calculate
Run a calculation and get results
generate_prefilled_url
Generate a shareable pre-filled URL
create_session
Start an interactive session
get_session_state
Get current session state
push_session_action
Push actions into a session
close_session
Close an active session