WolframAlpha LLM
About
Integrates with WolframAlpha's LLM API to enable complex mathematical and scientific queries, offering tools for asking questions and getting simplified answers.
Details
- Author
- garoth
- Repository
- Garoth/wolframalpha-llm-mcp
- GitHub stars
- 29
- Downloads
- 441
- Categories
- Search, Knowledge Base, Other, Design, Developer Tools, AI, Infrastructure, API, Frontend
- Tags
- #research, #education
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
WolframAlpha LLMCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/wolframalpha-mcp-server/build/index.js
Environment-
WOLFRAM_LLM_APP_ID
your-api-key-here
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. Get your WolframAlpha API key from developer.wolframalpha.com
2. 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):
{
"mcpServers": {
"wolframalpha": {
"command": "node",
"args": ["/path/to/wolframalpha-mcp-server/build/index.js"],
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"disabled": false,
"autoApprove": [
"ask_llm",
"get_simple_answer",
"validate_key"
]
}
}
}
ask_llm
Ask WolframAlpha a question and get a structured llm-friendly response.
get_simple_answer
Get a simplified answer.
validate_key
Validate the WolframAlpha API key.
- ask_llm: Ask WolframAlpha a question and get a structured llm-friendly response
- get_simple_answer: Get a simplified answer
- validate_key: Validate the WolframAlpha API key
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wolframalpha llm": {
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"args": [
"/path/to/wolframalpha-mcp-server/build/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"args": [
"/path/to/wolframalpha-mcp-server/build/index.js"
],
"command": "node"
}
Macos
{
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"args": [
"/path/to/wolframalpha-mcp-server/build/index.js"
],
"command": "node"
}
Windows
{
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"args": [
"/path/to/wolframalpha-mcp-server/build/index.js"
],
"command": "node"
}
A Model Context Protocol (MCP) server that provides access to WolframAlpha's LLM API.https://products.wolframalpha.com/llm-api/documentation
- 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
- ask_llm: Ask WolframAlpha a question and get a structured llm-friendly response
- get_simple_answer: Get a simplified answer
- validate_key: Validate the WolframAlpha API key
git clone https://github.com/Garoth/wolframalpha-llm-mcp.git npm install
-
Get your WolframAlpha API key fromdeveloper.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):
{ "mcpServers": { "wolframalpha": { "command": "node", "args": ["/path/to/wolframalpha-mcp-server/build/index.js"], "env": { "WOLFRAM_LLM_APP_ID": "your-api-key-here" }, "disabled": false, "autoApprove": [ "ask_llm", "get_simple_answer", "validate_key" ] } } }
The tests use real API calls to ensure accurate responses. To run the tests:
Edit.envand add your WolframAlpha API key:
Note: The.envfile is gitignored to prevent committing sensitive information.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Search and analyze classical Japanese literature using the Genji API, with advanced normalization features.
Search and retrieve technical documentation for T&M, industrial automation, and power electronics. Covers everything from oscilloscopes, microcontrollers, vehicles, power supplies, and more from a wide range of manufacturers.
Access Wolfram Alpha's computational knowledge engine for expert-level answers and data analysis.
Semantic search over 4.6M+ text chunks from 20,000+ classical philosophy and humanities works — Plato, Aristotle, Kant, Nietzsche, and thousands more. Multilingual (Greek, Latin, German, French, English). No install needed.
Study the Bible in its original languages, trace themes across both testaments, and compare five translations — all in one conversation. Ask any question about what Scripture says and get grounded, cited answers: What does the Bible say about suffering? Topical search surfaces Job as the Bible's principal witness on suffering (with explanations of why it matters and suggested starting passages), Psalms on lament, Romans on justification — whole books and narratives alongside individual verses. What is the Hebrew word behind lovingkindness in Psalm 23? Compare how KJV and WEB translate John 3:16. Trace the word grace through Paul's letters. Covers 155,510 verses across KJV, WEB, ASV, YLT, and Darby with 606,140 cross-references, 17,543 Strong's entries, BDB and Thayer lexicon definitions, and Nave's 5,319 topical categories.
An intelligent tutoring server that uses GitHub documentation repositories to provide structured educational prompts and tools.
Provides access to Jewish texts from the Sefaria library.
Cited compliance, legal & security intelligence for AI agents — 300+ law, regulation and standards corpora (GDPR, NIS2, AI Act, DORA) with article-level citations, plus live CVE/KEV/EPSS vulnerability context. OAuth remote server, free tier
Lightning-Fast, High-Accuracy Deep Research Agent 👉 8–10x faster 👉 Greater depth & accuracy 👉 Unlimited parallel runs
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




