{"type":"mcp_server","name":"mcp-server-calculator","description":"The Calculator MCP Server repository provides a Model Context Protocol server, enabling LLMs to perform precise calculations using a `calculate` tool that evaluates given mathematical expressions. The Calculator MCP Server","category":"AI","language":"Python","stars":150,"forks":0,"owner":"githejie","github_url":"https://github.com/githejie/mcp-server-calculator","homepage":null,"setup":"## Setup\n\n**Using uv (recommended)**\n\n1.  Install `uv` using: `curl -LsSf https://astral.sh/uv/install.sh | sh`\n2.  Add the following to your MCP client settings:\n\n```json\n\"mcpServers\": {\n  \"calculator\": {\n    \"command\": \"uvx\",\n    \"args\": [\"mcp-server-calculator\"]\n  }\n}\n```\n\n**Using PIP**\n\n1.  Install `mcp-server-calculator` via pip: `pip install mcp-server-calculator`\n2.  Run it as a script using: `python -m mcp_server_calculator`\n3.  Add the following to your MCP client settings:\n\n```json\n\"mcpServers\": {\n  \"calculator\": {\n    \"command\": \"python\",\n    \"args\": [\"-m\", \"mcp_server_calculator\"]\n  }\n}\n```","tools":"## Available Tools\n\n1.  `calculate` - Calculates/evaluates the given expression.","faq":null,"created_at":"2025-03-19T11:36:59+00:00","updated_at":"2025-03-28T07:34:11+00:00","source_url":"https://model-context-protocol.com/servers/calculator-mcp-server-mathematical-expressions","related_articles":[]}