https://github.com/retospect/wolfravant-mcp
MCP server for Wolfram Alpha computational queries
https://github.com/retospect/wolfravant-mcp
Last synced: 4 months ago
JSON representation
MCP server for Wolfram Alpha computational queries
- Host: GitHub
- URL: https://github.com/retospect/wolfravant-mcp
- Owner: retospect
- License: other
- Created: 2026-04-06T16:15:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T16:26:07.000Z (4 months ago)
- Last Synced: 2026-04-06T18:18:45.089Z (4 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# wolfravant-mcp
MCP server for querying [Wolfram Alpha](https://www.wolframalpha.com/) via the Full Results v2 API.
## Setup
```bash
pip install wolfravant-mcp
```
Set `WOLFRAM_APP_ID` to your Wolfram Alpha App ID (get one at https://developer.wolframalpha.com/portal/myapps/).
## Usage
```bash
export WOLFRAM_APP_ID="your-app-id"
wolfravant-mcp
```
The server runs on stdio transport (MCP standard).
## Tool
**`wolfram_alpha(query)`** — query Wolfram Alpha for computations, math, science facts, unit conversions, and data lookups. Returns structured text with titled sections.
## License
GPL-3.0-or-later