Back to MCP Servers
Wolfram Alpha
An MCP server for querying wolfram alpha API.
other-tools-and-integrationsapi
Installation
npx -y MCP-wolfram-alphaConfiguration
{
"mcpServers": {
"MCP-wolfram-alpha": {
"command": "npx",
"args": ["-y", "MCP-wolfram-alpha"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes