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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント