MCP Wolfram Alpha (Server + Client)
@akalaric
关于 MCP Wolfram Alpha (Server + Client)
A Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-wolframalpha-akalaric": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论