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

You must be authenticated.

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

    • A
      security
      A
      license
      A
      quality
      Enables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.
      Last updated -
      1
      94
      8
      JavaScript
      MIT License
      • Linux
    • A
      security
      F
      license
      A
      quality
      This server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
      Last updated -
      5
      2
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A Node.js implementation that enables Claude to interact with Perplexity AI's language models through Anthropic's Model Context Protocol, providing tools for advanced chat completions and quick queries.
      Last updated -
      2
      6
      TypeScript
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      A server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.
      Last updated -
      Python
      • Linux
      • Apple

    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