Back to MCP Directory
Wolframalpha
Model Context Protocol moderate risk

Wolframalpha

This MCP server connects chat apps to Wolfram Alpha for computational knowledge via API, with client examples for Gemini and a Gradio UI.

Connections & Capabilities

Connects To

GitHubDocker

Capabilities

readexec

Quickstart

Install

pip install -r

Config

{
  "mcpServers": {
    "WolframAlphaServer": {
      "command": "python3",
      "args": [
        "/path/to/src/core/server.py"
      ]
    }
  }
}

Exposed MCP Tools (1)

safe
WolframAlphaQuery

Queries the Wolfram Alpha API and returns the computational knowledge results.

Read-only access to Wolfram Alpha's knowledge base.

Safety Assessment

This server is relatively safe for information retrieval, but users should be cautious about the queries they submit and ensure proper API key management. The risk is moderate, as it depends on the user's configuration and the nature of the queries.

  • Requires API key for Wolfram Alpha, limiting unauthorized access.
  • Primarily designed for querying and retrieving information.
  • Includes client examples with sandboxing via Docker.
  • Gradio UI provides a controlled interface.
  • Relies on external Wolfram Alpha API, potential for data exposure.
  • API key management is the user's responsibility.
  • Execution of arbitrary queries could lead to unexpected resource consumption.
  • Potential for information leakage if queries contain sensitive data.
Wolframalpha Review, Pricing & Alternatives (2026) | Flaex AI