wolfram-alpha-mcp
If you are the rightful owner of wolfram-alpha-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides Wolfram Alpha integration capabilities.
Wolfram Alpha MCP Server
A Model Context Protocol server that provides Wolfram Alpha integration capabilities. This server enables LLMs to perform mathematical calculations, answer scientific questions, and analyze data using Wolfram Alpha's powerful computational knowledge engine.
Available Tools
wolfram_alpha_query
- Performs a query to Wolfram Alphainput
(string, required): The query to send to Wolfram Alpha- Formatting Rules:
- Use natural language or simplified keywords
- Use proper mathematical notation
- Follow unit and constant formatting guidelines
- Handle ambiguous queries appropriately
Installation
Install wolfram-alpha-mcp
via pip:
pip install wolfram-alpha-mcp
After installation, you can run it as a script using:
python -m wolfram_alpha.server
Configuration
API Key Setup
- Create
.env
file in the project root:WOLFRAM_ALPHA_APPID=YOUR_API_KEY
Configure for Claude.app
Add to your Claude settings:
"mcpServers": {
"wolfram-alpha": {
"command": "python",
"args": ["-m", "wolfram_alpha.server"]
}
}
License
wolfram-alpha-mcp is licensed under the MIT License. See the file for details.
Author
Juliane Hüttl
- GitHub: julianehuettl
- Website: juliane-huettl.de