ricocf/mcp-wolframalpha
by Various
A Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.
MCP
ricocf/mcp-wolframalpha
Added 1 June 2026
Overview
This project implements a Model Context Protocol (MCP) server and client in Python to query Wolfram Alpha. It allows AI models using the MCP standard to access Wolfram Alpha's computational knowledge and data. The tool requires a Wolfram Alpha API key.
Best for
Best for
Developers building MCP-compatible AI agents that need factual computation or curated knowledge
Use cases
- Answering complex factual or computational queries from an AI agent
- Integrating mathematical reasoning and symbolic computation into AI workflows
- Accessing curated scientific, historical, and real-time data programmatically
How to use
Install
uv sync Tools exposed
uv
Tested with
Claude Desktop, VS Code, Gemini, Gradio
Example client config
{\n "mcpServers": {\n "WolframAlphaServer": {\n "command": "python3",\n "args": [\n "/path/to/src/core/server.py"\n ]\n }\n }\n} Notes
This project implements a Model Context Protocol (MCP) server and client in Python to query Wolfram Alpha. It allows AI models using the MCP standard to access Wolfram Alpha’s computational knowledge and data. The tool requires a Wolfram Alpha API key.
83 stars on GitHub. Last updated 2026-01-12. Licensed MIT.
Use cases
- Answering complex factual or computational queries from an AI agent
- Integrating mathematical reasoning and symbolic computation into AI workflows
- Accessing curated scientific, historical, and real-time data programmatically
Pros
- Simple Python implementation easy to extend or customize
- Leverages Wolfram Alpha’s extensive and authoritative knowledge base
- Follows the MCP standard for interoperability with AI agent platforms
Cons
- Requires a Wolfram Alpha API key which has paid tiers beyond the free quota
- Limited by Wolfram Alpha’s API rate limits and query structure
- Documentation and community support are sparse (only 83 stars)
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple Python implementation easy to extend or customize
- Leverages Wolfram Alpha's extensive and authoritative knowledge base
- Follows the MCP standard for interoperability with AI agent platforms
Cons
- Requires a Wolfram Alpha API key which has paid tiers beyond the free quota
- Limited by Wolfram Alpha's API rate limits and query structure
- Documentation and community support are sparse (only 83 stars)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.