Skip to main content
Search & Data ExtractionPython

ricocf/mcp-wolframalpha

An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ricocf/mcp-wolframalpha

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-wolframalpha": {
      "command": "npx",
      "args": [
        "-y",
        "ricocf/mcp-wolframalpha"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
ricocf