Servers
Mathematical Calculator MCP Server
@huhabla
A Model Context Protocol (MCP) server that provides Claude with advanced mathematical calculation capabilities
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"calculator-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
"venv"
]
}
}
}