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
By ricocf
Installation
npx -y mcp-wolframalphaConfiguration
{
"mcpServers": {
"mcp-wolframalpha": {
"command": "npx",
"args": ["-y", "mcp-wolframalpha"]
}
}
}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