W

Wolfram Alpha

Computational knowledge and step-by-step math via Wolfram Alpha.

Wolfram·No reviews yet
Repo Docs
Share:

About

Send natural-language queries to Wolfram Alpha and receive structured, computed answers — math, unit conversions, science, geography, finance, and more. Supports both short-answer and full-result modes, so agents can pull rendered plots and step-by-step solutions. Requires a Wolfram Alpha AppID.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Wolfram Alpha

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "wolfram-alpha": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolfram-alpha"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "wolfram-alpha": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolfram-alpha"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "wolfram-alpha": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolfram-alpha"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.