Back to MCP Servers

Wolframalpha

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

search-data-extractionapiai

Installation

npx -y mcp-wolframalpha

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub