drio
Open app

WolframAlpha LLM MCP Server

Source

An MCP Server for WolframAlpha's LLM API, able to return structured knowledge & solve math

Catalog onlyCatalog onlySTDIO

Overview

WolframAlpha LLM MCP Server is a Model Context Protocol (MCP) server that provides access to WolframAlpha's LLM API, enabling users to return structured knowledge and solve complex mathematical problems.

To use the server, clone the repository, install the necessary packages, and configure your WolframAlpha API key in the settings file. You can then query the server with natural language questions.

  • Query WolframAlpha's LLM API with natural language questions - Answer complicated mathematical questions - Retrieve facts about various subjects including science, physics, history, and geography - Get structured responses optimized for LLM consumption - Support for both simplified and detailed answers
  1. Solving advanced mathematical equations
  2. Retrieving factual information for research purposes
  3. Assisting in educational settings for students needing help with math and science

Add to your AI client

Use these steps to connect WolframAlpha LLM MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "wolframalpha-llm-mcp-garoth": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "wolframalpha-llm-mcp-garoth": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "wolframalpha-llm-mcp-garoth": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "wolframalpha-llm-mcp-garoth": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "wolframalpha-llm-mcp-garoth": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "wolframalpha-llm-mcp-garoth": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolframalpha-llm-mcp-garoth"
      ]
    }
  }
}

FAQ

How do I get my WolframAlpha API key?

You can obtain your API key from the WolframAlpha developer portal at developer.wolframalpha.com.

Is there a limit to the number of queries I can make?

Yes, the number of queries may be limited based on your API plan with WolframAlpha.

Can I use this server for commercial purposes?

Please refer to the WolframAlpha API terms of service for details on commercial usage.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1236,"uuid":"47f1b4a8-6fdc-4803-9bf0-05e51b3aa335","name":"wolframalpha-llm-mcp","title":"WolframAlpha LLM MCP Server","description":"An MCP Server for WolframAlpha's LLM API, able to return structured knowledge & solve math","avatar_url":"https://avatars.githubusercontent.com/u/206184?v=4","created_at":"2025-02-20T14:05:16.298Z","updated_at":"2025-02-23T07:21:17.593Z","status":"created","author_name":"Garoth","author_avatar_url":"https://avatars.githubusercontent.com/u/206184?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Garoth/wolframalpha-llm-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/Garoth/wolframalpha-llm-mcp/raw/main/assets/wolfram-llm-logo.png","type":null,"metadata":"{\"star\":\"17\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-25 13:09:58\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]