OlympHill
M

mcp-wolframalpha利用 Python 开发且支持 Wolfram Alpha API 的Model Context Protocol MCP 服务器和客户端。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这是一个由 Python 实现的 Model Context Protocol (MCP) 服务器和客户端,集成 Wolfram Alpha API。该项目使聊天应用能够执行计算查询并检索结构化知识,从而实现高级对话能力。它还包括使用 Gemini via LangChain 的 MCP 客户端示例,演示如何将大语言模型连接到 MCP 服务器,实时与 Wolfram Alpha 知识引擎进行交互。

主要功能

  • Wolfram Alpha 集成
  • 模块化架构
  • 多客户端支持
  • 使用 Gemini (via LangChain) 的 MCP 客户端示例
  • 使用 Gradio 实现用户友好的 Web 界面

价格

模型
Free
评分
暂无评价

使用场景

对话式查询

通过 Wolfram Alpha API 为聊天应用执行计算查询和检索结构化知识.

高级对话能力

通过连接大语言模型与 MCP 服务器实现实时与 Wolfram Alpha 知识引擎的交互.

优点 & 缺点

优点

  • 数学、科学和数据查询方面与 Wolfram Alpha 的无缝集成
  • 可轻松扩展支持 additional APIs 和功能性的模块化架构
  • 多客户端支持,用于处理来自多个客户端或接口的交互

缺点

  • 需要 Wolfram Alpha API_KEY 和 Gemini API_KEY (如果使用客户端方法)
  • 关于可扩展性和性能的限制信息

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the scalability limits of this tool?

The repository does not detail performance metrics or scalability. Users should benchmark under load and consider hosting multiple server instances for high‑traffic applications.

Asked by Dumisani Ndlovu · Jun 12, 2026

Can I extend the server to work with other APIs?

Yes, the modular architecture allows adding new API handlers. You can import additional modules or write custom adapters to integrate other services while keeping the MCP protocol consistent.

Asked by Mia Andersen · Apr 23, 2026

How do I run the Gradio UI and what does it offer?

After installing dependencies, run `python main.py ui` or build a Docker image with the provided Dockerfile. The Gradio UI lets you chat with Google Gemini and send computational queries to the Wolfram Alpha MCP server in a single web interface.

Asked by Emiliano Vargas · Mar 18, 2026

What APIs does mcp-wolframalpha require and how do I obtain them?

The project needs a Wolfram Alpha API key (WOLFRAM_API_KEY) and, if using the Gemini client, a Google Gemini API key (GeminiAPI). These can be set in a .env file after registering with Wolfram Alpha and Google Cloud.

Asked by Xavier Costa · Feb 19, 2026

提问

服务配缩器 的替代品