MCP Wolfram Alpha Server
@cnosuke
About MCP Wolfram Alpha Server
The MCP server that uses Wolfram Alpha via API.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Wolfram Alpha Server?
MCP Wolfram Alpha Server is a Go-based MCP server that provides access to the Wolfram Alpha API. It delegates numerical computation tasks that large language models (LLMs) struggle with to the high-precision Wolfram Alpha engine, enabling reliable mathematical and scientific queries.
How to use MCP Wolfram Alpha Server?
Download dependencies with make deps, build with make build, then run ./bin/mcp-wolfram-alpha server --config config.yml. Configuration requires a Wolfram Alpha API ID (obtained from the Wolfram Alpha Developer Portal) and a YAML config file. Integrate with Claude Desktop by editing claude_desktop_config.json.
Key features of MCP Wolfram Alpha Server
- MCP compliance via JSON-RPC interface
- Access to Wolfram Alpha computational, scientific, and knowledge queries
- Configurable unit systems, regional settings, and language
- Supports step-by-step solutions for math problems
- Environment variable overrides for all configuration
Use cases of MCP Wolfram Alpha Server
- Perform high-precision arithmetic, calculus, or matrix calculations that LLMs struggle with
- Retrieve scientific data (e.g., atomic weights, planetary distances)
- Convert units or currencies using current rates
- Solve algebraic equations and verify symbolic math
- Ask for step-by-step derivations (e.g., derivatives, integrals)
FAQ from MCP Wolfram Alpha Server
What problem does MCP Wolfram Alpha Server solve?
LLMs often make errors in precise calculations or consume excessive tokens trying to compute internally. This server offloads those tasks to Wolfram Alpha, returning accurate results and saving tokens.
What are the runtime requirements?
Go 1.24 or later, a Wolfram Alpha API ID (free from developer.wolframalpha.com), and an internet connection to reach the Wolfram Alpha API.
Where does the data come from?
All queries are sent to the Wolfram Alpha API. The server itself does not store any data; it forwards requests and returns responses.
What are the known limits?
The API timeout defaults to 30 seconds. Response character limit defaults to 2000 (max_chars). Authentication uses an API ID or optional Bearer token.
How is the server transported and authenticated?
It uses the MCP JSON-RPC transport. Authentication is via a Wolfram Alpha App ID (app_id) or optional Bearer token (use_bearer: true).
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments