Back to MCP Servers
Cal
An MCP server for Mathematical expression calculation
other-tools-and-integrations
By pwh-pwh
Installation
npx -y cal-mcpConfiguration
{
"mcpServers": {
"cal-mcp": {
"command": "npx",
"args": ["-y", "cal-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes