MCP-wolfram-alpha
Connect your chat repl to wolfram alpha computational intelligence
Documentation
# MCP-wolfram-alpha
A MCP server to connect to wolfram alpha API.
## Components
### Prompts
This is analogous to the `!wa` bang in duckduckgo search.
def wa(query: str) -> f"Use wolfram alpha to answer the following question: {query}"### Tools
Query Wolfram Alpha api.
def query_wolfram_alpha(query: str) -> str## Configuration
You must set the `WOLFRAM_API_KEY` environment variable. Get an api ket from Wolfram Alpha.
This was tested with the full results API, but it might not be required.
{
"mcpServers": {
"MCP-wolfram-alpha": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\root\\Documents\\MCP-wolfram-alpha",
"run",
"MCP-wolfram-alpha"
],
"env": {
"WOLFRAM_API_KEY": "your-app-id"
}
}
}
}## Development
### Debugging
Since the official MCP inspector does not have good environment support, I reccommend using wong2's mcp-cli-inspector.
Create a config.json file in the same style as claude desktop.
{
"mcpServers": {
"MCP-wolfram-alpha": {
"command": "uv",
"args": [
"--directory",
"/full/path/to/MCP-wolfram-alpha",
"run",
"MCP-wolfram-alpha"
],
"env": {
"WOLFRAM_API_KEY": "your-app-id"
}
}
}
}Then run:
npx @wong2/mcp-cli -c .\config.jsonFrequently asked questions
What is MCP-wolfram-alpha?
MCP-wolfram-alpha is Connect your chat repl to wolfram alpha computational intelligence
How do I install MCP-wolfram-alpha?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is MCP-wolfram-alpha open source?
Yes, it is hosted on GitHub at https://github.com/secretiveshell/mcp-wolfram-alpha and has 75 stars.
Related MCP tools
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP