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
最后更新
2026年7月9日