==================
/// MCP ///
/// MCP ///
==================
[server:online]
[protocol:ready]MCP-wolfram-alpha
by SecretiveShell
MCP server that lets any MCP-compatible chat client query the Wolfram Alpha Computational Knowledge API.
53
12
Open Source01
wa
Generate a prompt to use Wolfram Alpha to answer the provided question
02
query_wolfram_alpha
Query the Wolfram Alpha API with the given query and return the result
Installation
1. Clone the repository:
git clone https://github.com/SecretiveShell/MCP-wolfram-alpha.git
cd MCP-wolfram-alpha2. (Recommended) create and activate a Python virtual-environment:
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate3. Install Python dependencies:
pip install -r requirements.txt4. Obtain a Wolfram Alpha App-ID (https://developer.wolframalpha.com/portal/myapps/) and export it so the server can read it:
export WOLFRAM_APP_ID="<your-app-id>" # Windows: set WOLFRAM_APP_ID=<your-app-id>5. Launch the MCP server (default binds to 0.0.0.0:8080):
python -m mcp_wolfram_alpha # or: python main.py6. Verify the server is running:
curl http://localhost:8080/healthzDocumentation
License: MIT License
Updated 7/30/2025