Back to directory
garoth/wolframalpha-llm-mcp

garoth/wolframalpha-llm-mcp

@Garoth

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

wolfram-alphamathscienceknowledgellm-apicomputationtypescriptcontext

Installation & Configuration

{
  "mcpServers": {
    "wolframalpha": {
      "command": "node",
      "args": [
        "/path/to/wolframalpha-mcp-server/build/index.js"
      ],
      "env": {
        "WOLFRAM_LLM_APP_ID": "your-api-key-here"
      },
      "disabled": false,
      "autoApprove": [
        "ask_llm",
        "get_simple_answer",
        "validate_key"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17