WOLFRAM

How can I access the Wolfram MCP Service using the Wolfram Local MCP Bridge on Linux?

The Wolfram Local MCP Bridge allows AI applications to access Wolfram|Alpha, Wolfram Language and the Wolfram Knowledgebase through the local Model Context Protocol (MCP) but is only intended for use by AI clients that cannot communicate or authenticate with MCP remote servers.

Once set up, these apps can directly use Wolfram-powered tools for accurate computations and knowledge queries.

The following instructions guide through installing the Wolfram MCP Service proxy application and configuring your client to connect to it. On Linux Cursor can be configured automatically.

Setting up Wolfram MCP Service application

  1. Download the Wolfram MCP Service installer.
  2. Open a terminal and navigate to the Downloads directory:

    cd ~/Downloads
  3. Verify that the installer file is present:

    ls
    wolfram-mcp-service_1.0.0_amd64.deb
  4. Install the package:

    sudo dpkg -i wolfram-mcp-service_1.0.0_amd64.deb
  5. Open Wolfram MCP Service from the Applications folder.

  6. Enter your Wolfram API key.

  7. If your client is listed in the Automatic Configuration box, skip to the following Automatic Configuration section to complete the set up.
    Otherwise click Apply and continue here.
  8. Click Copy MCP configuration
  9. Open your LLM’s configuration file (for example, mcp.json or config.json).
  10. Add the following configuration:

    {
      "mcpServers": {
        "WolframTools": {
          "command": "/opt/WolframMCPService/resources/mcp_server",
          "args": [],
          "env": {
            "WOLFRAM_AUTH_KEY": "<YOUR-WOLFRAM-API-KEY>"
          }
        }
      }
    }
    
  11. Save the file.
  12. Restart the LLM application.
  13. Run a test query to confirm that the MCP connection is working.

Setting Up the Wolfram Local MCP Bridge Application When Automatic Configuration is Supported

  1. If you have not already, complete steps 1–6 of the installation and API key setup as described above.
  2. In the Automatic Configuration section, select Cursor.
  3. Click Apply to save the configuration.

Testing the Wolfram MCP Service application

We illustrate verifying your successful setup using the example of Cursor. Please use equivalent steps in other AI applications.

  1. Open Cursor.

  2. Click Settings.

  3. Open Tools & MCP menu.

  4. Verify that WolframAlpha, WolframLanguageEvaluator and WolframContext appear in the tools list.
  5. Start a new conversation and run a Wolfram-powered request.

  6. Confirm that the response is returned using a Wolfram tool.
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