mirror of
https://github.com/alibaba/higress.git
synced 2026-03-04 00:20:50 +08:00
WolframAlpha MCP Server
An implementation of the Model Context Protocol (MCP) server that integrates WolframAlpha, providing natural language computation and knowledge query capabilities.
Features
- Supports natural language queries in mathematics, physics, chemistry, geography, history, art, astronomy, and more
- Performs mathematical calculations, date and unit conversions, formula solving, etc.
- Supports image result display
- Automatically converts complex queries into simplified keyword queries
- Supports multilingual queries (automatically translates to English for processing, returns results in original language)
Usage Guide
Get AppID
- Register for a WolframAlpha developer account Create a Wolfram ID
- Generate LLM-API AppID Get An App ID
Generate SSE URL
On the MCP Server interface, log in and enter the AppID to generate the URL.
Configure MCP Client
On the user's MCP Client interface, add the generated SSE URL to the MCP Server list.
"mcpServers": {
"wolframalpha": {
"url": "https://mcp.higress.ai/mcp-wolframalpha/{generate_key}",
}
}