Loading...
npx @wong2/mcp-cli{
"mcpServers": {
"MCP-wolfram-alpha": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\root\\Documents\\MCP-wolfram-alpha",
"run",
"MCP-wolfram-alpha"
],
"env": {
"WOLFRAM_API_KEY": "your-app-id"
}
}
}
}query_wolfram_alphaQueries the Wolfram Alpha API and returns the result as a string.
Read-only access to Wolfram Alpha's computational knowledge engine.
This server is relatively safe for general use, as it primarily provides read-only access to Wolfram Alpha's computational knowledge. However, it's crucial to protect the Wolfram Alpha API key and avoid submitting sensitive information in queries. Rate limiting should be implemented to prevent abuse.