arnoudbuzing/wolfram-mcp-server
If you are the rightful owner of wolfram-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Wolfram MCP Server is a bridge between the Wolfram Alpha API and the Model Context Protocol (MCP) used by various clients.
Wolfram MCP Server
This is a simple server that acts as a bridge between the Wolfram Alpha API and the MCP (Model Context Protocol) used by various clients like VS Code, Cursor, and Claude. It allows you to send queries to Wolfram Alpha and receive responses in a format that can be used by these clients.
Requirements: You need to have Node.js and npm installed on your system.
- Clone the repository:
git clone git@github.com:arnoudbuzing/wolfram-mcp-server.git
- Change to the project directory:
cd wolfram-mcp-server
- Install the dependencies:
npm install
-
Get a Wolfram Alpha API key from https://developer.wolframalpha.com/access
-
Configure your MSP client (e.g. VS Code or Claude) by providing the MSP server configuration. See
config.json
for an example configuration that works with this server. You will need to set the path to theserver.js
file and also set the Wolfram Alpha API key.
Example from VS Code with Copilot: