Wolfram Alpha MCP Server

Researchstdiov0.1.0
Repository

MCP server for the Wolfram Alpha computational knowledge engine. Gives AI agents access to step-by-step math, symbolic computation, unit conversions, scientific data, and curated facts across physics, chemistry, finance, and more. Useful for grounding quantitative answers and offloading precise computation from the model.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "wolfram-alpha": {
      "command": "uvx",
      "args": [
        "wolfram-alpha-mcp"
      ],
      "env": {
        "WOLFRAM_APP_ID": "<YOUR_WOLFRAM_APP_ID>"
      }
    }
  }
}

Araçlar (1)

ask

Send a natural-language query to Wolfram Alpha and return computed results.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Question or computation to evaluate"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Wolfram Research (@WolframResearch)
Repository
https://github.com/WolframResearch/LLMFunctions
Lisans
MIT
Sürüm
0.1.0
Yıldızlar
340
Son güncelleme
9 Temmuz 2026