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.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"wolfram-alpha": {
"command": "uvx",
"args": [
"wolfram-alpha-mcp"
],
"env": {
"WOLFRAM_APP_ID": "<YOUR_WOLFRAM_APP_ID>"
}
}
}
}Tools (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"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- License
- MIT
- Version
- 0.1.0
- Stars
- 340
- Last Updated
- July 9, 2026