wolfram-alpha-mcp

wolfram-alpha-mcp

3.2

If you are the rightful owner of wolfram-alpha-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides Wolfram Alpha integration capabilities.

Wolfram Alpha MCP Server

A Model Context Protocol server that provides Wolfram Alpha integration capabilities. This server enables LLMs to perform mathematical calculations, answer scientific questions, and analyze data using Wolfram Alpha's powerful computational knowledge engine.

Available Tools

  • wolfram_alpha_query - Performs a query to Wolfram Alpha
    • input (string, required): The query to send to Wolfram Alpha
    • Formatting Rules:
      1. Use natural language or simplified keywords
      2. Use proper mathematical notation
      3. Follow unit and constant formatting guidelines
      4. Handle ambiguous queries appropriately

Installation

Install wolfram-alpha-mcp via pip:

pip install wolfram-alpha-mcp

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

python -m wolfram_alpha.server

Configuration

API Key Setup

  1. Create .env file in the project root:
    WOLFRAM_ALPHA_APPID=YOUR_API_KEY
    

Configure for Claude.app

Add to your Claude settings:

"mcpServers": {
  "wolfram-alpha": {
    "command": "python",
    "args": ["-m", "wolfram_alpha.server"]
  }
}

License

wolfram-alpha-mcp is licensed under the MIT License. See the file for details.

Author

Juliane Hüttl