ricocf/mcp-wolframalpha
An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data.
Quick Start
Clone the repository:
git clone https://github.com/ricocf/mcp-wolframalphaClaude Desktop configuration example:
{
"mcpServers": {
"mcp-wolframalpha": {
"command": "npx",
"args": [
"-y",
"ricocf/mcp-wolframalpha"
]
}
}
}Check the repository README for specific installation and configuration instructions.