Wolfram Alpha MCP Server

Researchstdiov0.1.0
Repositorio

MCP server for the Wolfram Alpha computational knowledge engine. Gives AI agents access to step-by-step math, symbolic computation, unit conversions, scientific data, and curated facts across physics, chemistry, finance, and more. Useful for grounding quantitative answers and offloading precise computation from the model.

Conectar

Añade esta configuración a .claude/mcp.json

{
  "mcpServers": {
    "wolfram-alpha": {
      "command": "uvx",
      "args": [
        "wolfram-alpha-mcp"
      ],
      "env": {
        "WOLFRAM_APP_ID": "<YOUR_WOLFRAM_APP_ID>"
      }
    }
  }
}

Herramientas (1)

ask

Send a natural-language query to Wolfram Alpha and return computed results.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Question or computation to evaluate"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Wolfram Research (@WolframResearch)
Repositorio
https://github.com/WolframResearch/LLMFunctions
Licencia
MIT
Versión
0.1.0
Estrellas
340
Última actualización
9 de julio de 2026