SecretiveShell/MCP-wolfram-alpha
An MCP server for querying wolfram alpha API.
Quick Start
Clone the repository:
git clone https://github.com/SecretiveShell/MCP-wolfram-alphaClaude Desktop configuration example:
{
"mcpServers": {
"mcp-wolfram-alpha": {
"command": "npx",
"args": [
"-y",
"SecretiveShell/MCP-wolfram-alpha"
]
}
}
}Check the repository README for specific installation and configuration instructions.