Delv
CommunityAbandoned· 10mo4.3by SecretiveShell

Wolfram Alpha MCP

Queries Wolfram Alpha for real-time computational knowledge, maths, and scientific data through the API.

C
Safety & Trust

Delv Safety Grade: C

Score 58/100 · assessed 2026-04-28

Maintainer35
Permissions85
Supply chain45
Transparency60
Incidents100

This community MCP server provides read-only access to Wolfram Alpha's computational knowledge API. The maintainer 'SecretiveShell' appears to be a solo developer with limited public profile and sparse repository activity. The server's permissions are well-scoped, requiring only network access to query Wolfram Alpha and read an API key from environment variables. Installation via uvx suggests a Python package, but no PyPI listing is evident, indicating users must install directly from source. The repository exists but documentation is minimal. The narrow API scope (computational queries only) limits blast radius significantly. No security incidents are known. The main concerns are the anonymous maintainer, lack of established package distribution, and thin documentation. Suitable for non-sensitive computational queries where the risk of a compromised server is acceptable.

Lethal Trifecta (prompt-injection exposure)

ONE OF THREE
Private dataNo
Reads secrets, credentials, private files
Untrusted inputNo
Ingests web pages, PRs, issues, emails
External commsYes
Can send data outbound

Computed answers; outbound on each query.

Green flags

  • Read-only API queries with no write or execution capabilities
  • Well-scoped permissions limited to Wolfram Alpha API calls
  • No filesystem access or shell execution required
  • Open source repository available for inspection

Red flags

  • Anonymous solo maintainer with minimal public developer profile
  • No official package registry distribution, source-only install
  • Sparse repository documentation and maintenance signals
  • Requires API key in environment, potential for key exfiltration if compromised

Permissions requested

Outbound networkAccess secrets
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Install

uvx mcp-wolfram-alpha
Env vars needed: WOLFRAM_API_KEY

Review

This MCP server pipes Wolfram Alpha's computational engine straight into your Claude sessions. It's the same API that powers the web interface, so you get step-by-step solutions to calculus problems, instant unit conversions, chemical formulae, statistical analysis, and that peculiar mix of trivia and rigour Wolfram is known for. I reach for this when I'm prototyping something that needs reliable maths or when I'm tired of context-switching to a browser for quick conversions. Ask Claude to solve a differential equation or convert obscure units (say, furlongs per fortnight to metres per second), and it fetches a structured answer from Wolfram's knowledge base. The responses include plain-text explanations and sometimes LaTeX, which Claude can parse and present cleanly. It's particularly good for exploratory work where you're not sure what formula applies but you know the domain. The main quirk is that Wolfram Alpha's API returns what it thinks you meant, not always what you asked. Ambiguous queries get interpreted, sometimes wrongly. If you ask for 'integrate x', it assumes bounds or variables. You learn to be specific. The free tier of the API has rate limits, so heavy users will need a paid plan. Responses can be verbose, too, especially for simple queries where Wolfram decides to show you alternative interpretations and related facts you didn't request. Setup is straightforward if you already have a Wolfram Alpha API key. The install command works cleanly with `uvx`, and the config is minimal. I've used it in Claude Desktop and Cursor without friction. It doesn't replace a proper CAS for symbolic work, but for ad-hoc calculations and fact-checking during a coding session, it's faster than opening Mathematica or searching Stack Overflow. Skip this if you rarely do maths-heavy work or if your queries are better served by a search engine. It's not a general-purpose search tool; it's a computational oracle. If you're building agents that need to reason numerically or you're a researcher who wants Claude to sanity-check derivations, it's worth the API key hassle.
Verdict

Install if you regularly need computational answers or unit conversions mid-workflow and you're tired of tab-switching. Skip if your work is text-heavy or if you'd rather just Google it. The API key requirement and rate limits mean this is for people who'll actually use it, not casual experimenters.

Good at

  • Accurate computational answers for maths, science, and unit conversions without leaving your editor.
  • Step-by-step solutions for calculus, algebra, and differential equations, which Claude can present clearly.
  • Fast setup with `uvx` and minimal config if you already have an API key.
  • Works reliably in Claude Desktop and Cursor with no manual tweaks beyond the env var.

Watch out

  • Requires a Wolfram Alpha API key, and free tier rate limits hit quickly if you query often.
  • Ambiguous queries get interpreted by Wolfram's heuristics, sometimes returning answers to questions you didn't ask.
  • Responses can be verbose, including alternative interpretations and related facts you may not need.
  • Not a replacement for a full computer algebra system if you need symbolic manipulation or custom functions.

Use cases

  • maths problems
  • scientific queries
  • unit conversions
  • data-driven answers

Getting started

1. Sign up for a Wolfram Alpha API key at developer.wolframalpha.com (free tier available, paid plans for higher limits). 2. Run `uvx mcp-wolfram-alpha` to install the server. 3. Add the server to your Claude Desktop or Cursor config with `WOLFRAM_API_KEY` set to your key. For Claude Desktop, edit `claude_desktop_config.json` and add an entry under `mcpServers` with the command and env var. 4. Restart your host and ask Claude something like 'What's the derivative of x squared times e to the x?' to verify it queries Wolfram. 5. Watch out for ambiguous queries; Wolfram will interpret them, sometimes incorrectly, so be explicit with variables and bounds.

Works with

Claude DesktopClaude CodeCursor

Similar MCPs