The WolframAlpha LLM MCP Server provides access to WolframAlpha's LLM API via the Model Context Protocol (MCP), enabling:
Natural Language Queries: Ask questions in plain language
Complex Problem Solving: Handle mathematical, scientific, historical, and geographical queries
Structured Responses: Receive LLM-optimized answers that are either simplified or detailed with sections
API Key Validation: Verify your WolframAlpha API key before making queries
This server acts as an interface between large language models and WolframAlpha's computational knowledge engine.
Provides access to WolframAlpha's LLM API, allowing users to query WolframAlpha with natural language questions, answer mathematical questions, and retrieve factual information about science, physics, history, geography, and more.
WolframAlpha LLM MCP Server
A Model Context Protocol (MCP) server that provides access to WolframAlpha's LLM API. https://products.wolframalpha.com/llm-api/documentation
Features
Query WolframAlpha's LLM API with natural language questions
Answer complicated mathematical questions
Query facts about science, physics, history, geography, and more
Get structured responses optimized for LLM consumption
Support for simplified answers and detailed responses with sections
Related MCP server: SEO Tools MCP Server
Available Tools
ask_llm: Ask WolframAlpha a question and get a structured llm-friendly responseget_simple_answer: Get a simplified answervalidate_key: Validate the WolframAlpha API key
Installation
Configuration
Get your WolframAlpha API key from developer.wolframalpha.com
Add it to your Cline MCP settings file inside VSCode's settings (ex. ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
Development
Setting Up Tests
The tests use real API calls to ensure accurate responses. To run the tests:
Copy the example environment file:
cp .env.example .envEdit
.envand add your WolframAlpha API key:WOLFRAM_LLM_APP_ID=your-api-key-hereNote: The
.envfile is gitignored to prevent committing sensitive information.Run the tests:
npm test
Building
License
MIT