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
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:
- Edit
.env
and add your WolframAlpha API key:Note: The.env
file is gitignored to prevent committing sensitive information. - Run the tests:
Building
License
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables querying WolframAlpha's LLM API for natural language questions, providing structured and simplified answers optimized for LLM consumption.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.Last updated -14368JavaScriptMIT License
- -securityFlicense-qualityEnables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.Last updated -1121TypeScript
- AsecurityAlicenseAqualityEnables querying documents through a Langflow backend using natural language questions, providing an interface to interact with Langflow document Q\&A flows.Last updated -113JavaScriptMIT License
- -securityFlicense-qualityEnables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.Last updated -1,17947TypeScript