MCP Wolfram Alpha (Server + Client)
@akalaric
About MCP Wolfram Alpha (Server + Client)
A Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-wolframalpha-akalaric": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Wolfram Alpha (Server + Client)?
It implements an MCP server that integrates Wolfram Alpha’s API into chat applications, allowing computational queries and structured knowledge retrieval. The project also includes a client example that uses Gemini via LangChain and a Gradio-based web interface.
How to use MCP Wolfram Alpha (Server + Client)?
Clone the repository, set environment variables (WOLFRAM_API_KEY required; GeminiAPI optional), and install dependencies with pip install -r requirements.txt or uv sync. Configure the server for VSCode or Claude Desktop using the provided JSON templates. Run the client with python main.py (CLI) or python main.py --ui (Gradio web UI).
Key features of MCP Wolfram Alpha (Server + Client)
- Wolfram|Alpha integration for math, science, and data queries.
- Modular architecture extendable to additional APIs.
- Multi-client support for concurrent interactions.
- MCP-Client example using Gemini via LangChain.
- Gradio UI for a user-friendly web interface.
Use cases of MCP Wolfram Alpha (Server + Client)
- Enhancing chatbots with real-time computational answers.
- Integrating Wolfram Alpha knowledge into AI assistants.
- Performing scientific calculations or data lookups in chat.
- Building a web interface for combined Gemini and Wolfram Alpha queries.
FAQ from MCP Wolfram Alpha (Server + Client)
What dependencies are required?
Python 3 and API keys: WOLFRAM_API_KEY is required; GeminiAPI is optional for the client example.
How do I configure the server for Claude Desktop?
Add a JSON entry to your Claude Desktop configuration with "command": "python3" and "args" pointing to the full path of src/core/server.py.
Can I run this without a Gemini API key?
Yes. The MCP server itself only needs the Wolfram Alpha key. The Gemini key is only required for the optional client example.
Does the server support multiple clients?
Yes, the README lists multi-client support as a feature, enabling simultaneous interactions from different clients or interfaces.
How do I start the web UI?
Run python main.py --ui to launch the local Gradio interface. Docker images are also available for the UI and CLI client.
Frequently asked questions
What dependencies are required?
Python 3 and API keys: `WOLFRAM_API_KEY` is required; `GeminiAPI` is optional for the client example.
How do I configure the server for Claude Desktop?
Add a JSON entry to your Claude Desktop configuration with `"command": "python3"` and `"args"` pointing to the full path of `src/core/server.py`.
Can I run this without a Gemini API key?
Yes. The MCP server itself only needs the Wolfram Alpha key. The Gemini key is only required for the optional client example.
Does the server support multiple clients?
Yes, the README lists multi-client support as a feature, enabling simultaneous interactions from different clients or interfaces.
How do I start the web UI?
Run `python main.py --ui` to launch the local Gradio interface. Docker images are also available for the UI and CLI client.
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments