Wolfram Alpha MCP Server

Researchstdiov0.1.0
Репозиторий

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.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

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

Инструменты (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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Wolfram Research (@WolframResearch)
Репозиторий
https://github.com/WolframResearch/LLMFunctions
Лицензия
MIT
Версия
0.1.0
Звёзды
340
Последнее обновление
9 июля 2026 г.