Skip to content
Claude Desktop

codecalc for Claude Desktop

io.github.the-40-thieves/codecalc

Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.

client:Claude Desktop transport:stdio runtime:pypi

Install codecalc in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "codecalc": {
      "command": "uvx",
      "args": [
        "codecalc"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codecalc in other clients