WOLFRAM

How can I connect Wolfram Cloud MCP to my AI application?

Wolfram Cloud MCP enables MCP-compatible AI applications to access Wolfram|Alpha, Wolfram Language and the Wolfram Knowledgebase using the Model Context Protocol (MCP).

Its server URL is:

https://agenttools.wolfram.com/mcp

Wolfram Cloud MCP is free to use and does not require any authentication.

Most AI clients can connect to Wolfram Cloud MCP. Specific setup instructions for a variety of them are provided below.

Selection of Supported Clients

This article provides setup steps for:

If you do not see your client here, check your client’s documentation for directions on connecting to a remote MCP service.

Antigravity

  1. Open Antigravity.
  2. Open the MCP store via the “…” drop-down at the top of the editor’s agent panel.
  3. Click Manage MCP Servers.
  4. Click View raw config.
  5. Modify the mcp_config.json with your custom MCP server configuration.
{
  "mcpServers": {
    "wolfram": {
      "serverUrl": "https://agenttools.wolfram.com/mcp",
      "headers": {
        "Content-Type": "application/json"
      },
      "disabled": false
    }
  }
}

ChatGPT on Desktop

  1. Open your ChatGPT app.
  2. Open Apps.
  3. Search for Wolfram.
  4. Click Wolfram.
  5. Click Connect.
  6. When prompted to add Wolfram to ChatGPT, click Connect.
  7. Verify that the Wolfram app is installed.

ChatGPT on Web

  1. In your browser, go to ChatGPT.
  2. Click here to open the Wolfram app page.
  3. Click Connect.
  4. When prompted to add Wolfram to ChatGPT, click Connect.
  5. Verify e.g. in > Manage that the Wolfram plugin app is installed.

Claude on Desktop

  1. Open your Claude app.
  2. Click Customize.
  3. Click Connectors.
  4. Search for Wolfram.
  5. Click the + icon to add Wolfram.
  6. Verify that the Wolfram connector is installed and that all Wolfram tools are enabled.

Claude on Web

  1. In your browser, go to Claude.
  2. Click here to open the Wolfram connector page.
  3. Click Connect to add Wolfram.
  4. Verify that the Wolfram connector is installed.

Cline

  1. Open Cline in VS Code.
  2. Click MCP Servers.
  3. Select the Remote Servers tab.
  4. Click the Edit Configuration button.
  5. Add the following configuration and save the file.
{
  "mcpServers": {
    "Wolfram": {
      "url": "https://agenttools.wolfram.com/mcp",
      "type": "streamableHttp",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Codex

  1. Open Codex in VS Code.
  2. Go to Settings, then open the MCP Settings section.
  3. Add the following configuration and save the changes.

Codex MCP configuration in VS Code

Continue

  1. Open Continue in VS Code.
  2. Navigate to the .continue/mcpServers directory in your user home folder.
  3. Add the following configuration and save the YAML file.
name: Wolfram MCP
version: 0.0.1
schema: v1
mcpServers:
  - name: Wolfram
    command: npx
    args:
      - "-y"
      - "mcp-remote@latest"
      - "https://agenttools.wolfram.com/mcp"

Cursor

  1. Open Cursor.
  2. Click Tools & MCP.
  3. Click New MCP Server.
  4. Add the following configuration and save.
{
  "mcpServers": {
    "Wolfram": {
      "url": "https://agenttools.wolfram.com/mcp"
    }
  }
}

LibreChat

  1. Open LibreChat.
  2. Open MCP Settings.
  3. Click the + icon to add a new MCP server.
  4. Enter the following configuration details as shown.
  5. 
    Name: Wolfram
    MCP Server URL: https://services.wolfram.com/api/mcp
    Transport: Streamable HTTPS
    Authentication: API Key
    API Key: <YOUR_WOLFRAM_MCP_SERVICE_API_KEY>
    Header Format: Bearer
    

  6. Enable I trust this application.
  7. Click Create to save the configuration.

OpenCode

  1. Navigate to %USERPROFILE%\.config\opencode\opencode.jsonc.
  2. Edit the configuration file.
  3. Add the following Wolfram MCP configuration.
  4. {
      "$schema": "https://opencode.ai/config.json",
      "mcp": {
        "wolfram": {
          "type": "remote",
          "url": "https://agenttools.wolfram.com/mcp",
          "enabled": true,
          "oauth": false
        }
      }
    }
  5. Save the file.
  6. Restart OpenCode.
  7. Verify that the server appears in the MCP tab under Status.

Windsurf

  1. Open Windsurf.
  2. Navigate to %USERPROFILE%\.codeium\windsurf\mcp_config.json.
  3. Add the following configuration and save the file.
{
  "mcpServers": {
    "wolfram": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://agenttools.wolfram.com/mcp"
      ]
    }
  }
}

Zed

  1. Open Zed.
  2. Open the Agent Panel.
  3. Click MCP Servers.
  4. Select Add Custom Server….
  5. Add the following configuration and save the changes.
{
    "wolfram": {
      "enabled": true,
      "remote": false,
      "command": "C:\\Progra~1\\nodejs\\npx.cmd",
      "args": ["-y", "mcp-remote@latest", "https://agenttools.wolfram.com/mcp"],
    },
  }
Is this article helpful?
Yes
No

Any comments?

Thank you for your feedback.

Submit

Contact Support

Whether you have a question about billing, activation or something more technical, we are ready to help you.

1-800-WOLFRAM (+1-217-398-0700 for international callers)

Customer Support

Monday–Friday
8am–5pm US Central Time

  • Product registration or activation
  • Pre-sales information and ordering
  • Help with installation and first launch

Advanced Technical Support (for eligible customers)

Monday–Thursday
8am–5pm US Central Time

Friday
8:30–10am & 11am–5pm US Central Time

  • Priority technical support
  • Product assistance from Wolfram experts
  • Help with Wolfram Language programming
  • Advanced installation support