Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Wolfram Alpha

    Connect your chat repl to wolfram alpha computational intelligence

    63 stars
    Python
    Updated Oct 30, 2025
    mcp
    mcp-server
    wolfram
    wolfram-alpha

    Table of Contents

    • Components
    • Prompts
    • Tools
    • Configuration
    • Development
    • Debugging

    Table of Contents

    • Components
    • Prompts
    • Tools
    • Configuration
    • Development
    • Debugging

    Documentation

    MCP-wolfram-alpha

    A MCP server to connect to wolfram alpha API.

    Components

    Prompts

    This is analogous to the !wa bang in duckduckgo search.

    python
    def wa(query: str) -> f"Use wolfram alpha to answer the following question: {query}"

    Tools

    Query Wolfram Alpha api.

    python
    def query_wolfram_alpha(query: str) -> str

    Configuration

    You must set the WOLFRAM_API_KEY environment variable. Get an api ket from Wolfram Alpha.

    This was tested with the full results API, but it might not be required.

    json
    {
        "mcpServers": {
            "MCP-wolfram-alpha": {
                "command": "uv",
                "args": [
                    "--directory",
                    "C:\\Users\\root\\Documents\\MCP-wolfram-alpha",
                    "run",
                    "MCP-wolfram-alpha"
                ],
                "env": {
                    "WOLFRAM_API_KEY": "your-app-id"
                }
            }
        }
    }

    Development

    Debugging

    Since the official MCP inspector does not have good environment support, I reccommend using wong2's mcp-cli-inspector.

    Create a config.json file in the same style as claude desktop.

    json
    {
        "mcpServers": {
            "MCP-wolfram-alpha": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/full/path/to/MCP-wolfram-alpha",
                    "run",
                    "MCP-wolfram-alpha"
                ],
                "env": {
                    "WOLFRAM_API_KEY": "your-app-id"
                }
            }
        }
    }

    Then run:

    bash
    npx @wong2/mcp-cli -c .\config.json

    Similar MCP

    Based on tags & features

    • FH

      Fhir Mcp Server

      Python·
      55
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • FH

      Fhir Mcp Server

      Python·
      55
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k