Skip to main content

A Model Context Protocol server for power calculating

Project description

Calculator MCP Server

A Model Context Protocol server for power calculating. This server enables LLMs to use calculator for precise numerical power calculations.

Available Tools

  • calculate - Calculates/evaluates the given expression.
    • expression (string, required): Expression to be calculated

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run mcp-calpower-server.

curl -LsSf https://astral.sh/uv/install.sh | sh

Using PIP

Alternatively you can install mcp-calpower-server via pip:

pip install mcp-calpower-server

After installation, you can run it as a script using:

python -m mcp_calpower_server

Configuration

Using uv (recommended)

Add this to your MCP client settings:

{
    "mcpServers": {
        "calculator": {
            "command": "uvx",
            "args": ["mcp-calpower-server"]
        }
    }
}

Using PIP

Alternatively add this to your MCP client settings:

"mcpServers": {
  "calculator": {
    "command": "python",
    "args": ["-m", "mcp_calpower_server"]
  }
}

License

mcp-calpower-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp-calpower-server-0.2.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_calpower_server-0.2.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp-calpower-server-0.2.0.tar.gz.

File metadata

  • Download URL: mcp-calpower-server-0.2.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for mcp-calpower-server-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9ffe267d2bcf4114421f362307795e8327f31f642e1f23a0624965cb01b38071
MD5 9cfb3d1f0488856b5d2210a9755e918c
BLAKE2b-256 e969d19f304f41388e675007fabe28e70bdc6893748d3da9297bc04f45b16158

See more details on using hashes here.

File details

Details for the file mcp_calpower_server-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_calpower_server-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e11e8183cb44228aafd4d0a457cfeb30511185ba97b41653978091322c450606
MD5 394cf4c682145270a630bbf48219be94
BLAKE2b-256 6295c11b7ce7046a9a30ac67e792c91b42420029f8fa7331c2d9abc044ddddc0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page