WolframAlpha LLM MCP Server
@Garoth
About WolframAlpha LLM MCP Server
An MCP Server for WolframAlpha's LLM API, able to return structured knowledge & solve math
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wolframalpha": {
"command": "node",
"args": [
"/path/to/wolframalpha-mcp-server/build/index.js"
],
"env": {
"WOLFRAM_LLM_APP_ID": ""
}
}
}
}Tools
3Ask WolframAlpha a question and get a structured llm-friendly response
Get a simplified answer
Validate the WolframAlpha API key
Overview
What is WolframAlpha LLM MCP Server?
A Model Context Protocol (MCP) server that provides access to WolframAlpha’s LLM API, enabling natural language queries for mathematics, science, history, geography, and more. It is designed for developers who want to integrate WolframAlpha’s computational knowledge into LLM-based applications.
How to use WolframAlpha LLM MCP Server?
Clone the repository, run npm install, build with npm run build, then configure your WolframAlpha API key in the MCP settings file under the WOLFRAM_LLM_APP_ID environment variable. After configuration, invoke tools such as ask_llm, get_simple_answer, or validate_key from your MCP client.
Key features of WolframAlpha LLM MCP Server
- Query WolframAlpha’s LLM API with natural language
- Answer complicated mathematical questions
- Retrieve facts about science, physics, history, geography
- Get structured responses optimized for LLM consumption
- Support for simplified answers and detailed sections
Use cases of WolframAlpha LLM MCP Server
- Solving complex math problems via conversational input
- Retrieving factual information across multiple domains
- Validating API keys before using the main query tools
FAQ from WolframAlpha LLM MCP Server
What tools does the server provide?
Three tools: ask_llm (structured LLM‑friendly answer), get_simple_answer (simplified answer), and validate_key (check API key validity).
How do I get a WolframAlpha API key?
Obtain your API key from developer.wolframalpha.com.
How do I configure the server?
Set the environment variable WOLFRAM_LLM_APP_ID to your API key in the MCP settings JSON file (e.g., ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json).
Are there any runtime dependencies?
Node.js is required. The server is built with Node and uses npm for package management.
What transport or authentication is used?
The README only specifies API‑key authentication via the WOLFRAM_LLM_APP_ID environment variable; transport details are not mentioned in the README.
Frequently asked questions
What tools does the server provide?
Three tools: `ask_llm` (structured LLM‑friendly answer), `get_simple_answer` (simplified answer), and `validate_key` (check API key validity).
How do I get a WolframAlpha API key?
Obtain your API key from [developer.wolframalpha.com](https://developer.wolframalpha.com/).
How do I configure the server?
Set the environment variable `WOLFRAM_LLM_APP_ID` to your API key in the MCP settings JSON file (e.g., `~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`).
Are there any runtime dependencies?
Node.js is required. The server is built with Node and uses npm for package management.
What transport or authentication is used?
The README only specifies API‑key authentication via the `WOLFRAM_LLM_APP_ID` environment variable; transport details are not mentioned in the README.
Basic information
More AI & Agents MCP servers
早起鸟儿喊真人验真
shenshaoyin早起鸟儿喊真人验真 is a remote MCP server available at http://121.40.18.232.

Magic Hour
Magic Hour MCP lets AI agents create and edit images, videos, and audio using Magic Hour’s hosted generation tools.
GetIntel
tarang8811Public docs + tool manifest for the GetIntel MCP connector (app.getintel.ai)
Legion MCP
faulkjMCP-native LLM councils for debates, juries, blind panels, voting, refinement, and custom multi-model deliberation.
Agentic Atlas
Avery JonesConsult field-tested agent-system design patterns through 8 hosted, read-only tools for orientation, deep reading, relationships, provenance, glossary terms, and publication decisions.
Comments