pwh-pwh/cal-mcp
An MCP server for Mathematical expression calculation
Quick Start
Clone the repository:
git clone https://github.com/pwh-pwh/cal-mcpClaude Desktop configuration example:
{
"mcpServers": {
"cal-mcp": {
"command": "npx",
"args": [
"-y",
"pwh-pwh/cal-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.