Skip to main content
Glama

MCP-wolfram-alpha

MCP-wolfram-alpha

用于连接到 wolfram alpha API 的 MCP 服务器。

成分

提示

这类似于 duckduckgo 搜索中的!wa bang。

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

工具

查询 Wolfram Alpha api。

def query_wolfram_alpha(query: str) -> str

配置

必须设置WOLFRAM_API_KEY环境变量。从Wolfram Alpha获取 API 密钥。

这是使用完整结果 API 进行测试的,但可能不是必需的。

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

发展

调试

由于官方的 MCP 检查器没有很好的环境支持,我建议使用 wong2 的mcp-cli-inspector

创建一个与claude桌面相同风格的config.json文件。

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

然后运行:

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.

将您的聊天回复连接到 Wolfram Alpha 计算智能

  1. 成分
    1. 提示
    2. 工具
  2. 配置
    1. 发展
      1. 调试

    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