Skip to main content
Glama

MCP-wolfram-alpha

MCP-wolframio-alfa

Un servidor MCP para conectarse a la API de Wolfram Alpha.

Componentes

Indicaciones

Esto es análogo al !wa bang en la búsqueda de duckduckgo.

def wa(query: str) -> f"Use wolfram alpha to answer the following question: {query}"

Herramientas

Consulta la API de Wolfram Alpha.

def query_wolfram_alpha(query: str) -> str

Configuración

Debe configurar la variable de entorno WOLFRAM_API_KEY . Obtenga una clave API de Wolfram Alpha .

Esto se probó con la API de resultados completa, pero es posible que no sea necesario.

{ "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" } } } }

Desarrollo

Depuración

Dado que el inspector oficial de MCP no tiene un buen soporte de entorno, recomiendo utilizar mcp-cli-inspector de wong2.

Crea un archivo config.json con el mismo estilo que Claude Desktop.

{ "mcpServers": { "MCP-wolfram-alpha": { "command": "uv", "args": [ "--directory", "/full/path/to/MCP-wolfram-alpha", "run", "MCP-wolfram-alpha" ], "env": { "WOLFRAM_API_KEY": "your-app-id" } } } }

Luego ejecuta:

npx @wong2/mcp-cli -c .\config.json
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Conecte su respuesta de chat a la inteligencia computacional de Wolfram Alpha

  1. Componentes
    1. Indicaciones
    2. Herramientas
  2. Configuración
    1. Desarrollo
      1. Depuración

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A bridge that connects WhatsApp Web to AI models using the Model Context Protocol, enabling Claude and other AI systems to interact with WhatsApp through a standardized interface.
      Last updated -
      15
      6
      TypeScript
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Node.js application that connects WhatsApp Web with AI models through the Model Context Protocol, enabling automated messaging, contact management, and group chat functionality through AI-driven workflows.
      Last updated -
      15
      26
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Allows users to integrate their custom Quickchat AI Agents into various AI applications (Claude Desktop, Cursor, VS Code, etc.) through the Model Context Protocol, enabling AI-to-AI interactions.
      Last updated -
      20
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/MCP-wolfram-alpha'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server