Skip to main content
Glama

WolframAlpha LLM MCP Server

by Garoth

WolframAlpha LLM MCP サーバー

WolframAlpha の LLM API へのアクセスを提供する Model Context Protocol (MCP) サーバー。https ://products.wolframalpha.com/llm-api/documentation

特徴

  • WolframAlphaのLLM APIを自然言語の質問でクエリする
  • 複雑な数学の質問に答える
  • 科学、物理学、歴史、地理などに関する事実を検索します
  • LLM の消費に最適化された構造化された回答を入手
  • 簡略化された回答とセクション付きの詳細な回答をサポート

利用可能なツール

  • ask_llm : WolframAlphaに質問して、構造化されたllmフレンドリーな回答を得る
  • get_simple_answer : 簡略化された回答を取得する
  • validate_key : WolframAlpha APIキーを検証する

インストール

git clone https://github.com/Garoth/wolframalpha-llm-mcp.git npm install

構成

  1. developer.wolframalpha.comから WolframAlpha API キーを取得します。
  2. VSCode の設定内の Cline MCP 設定ファイルに追加します (例: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
{ "mcpServers": { "wolframalpha": { "command": "node", "args": ["/path/to/wolframalpha-mcp-server/build/index.js"], "env": { "WOLFRAM_LLM_APP_ID": "your-api-key-here" }, "disabled": false, "autoApprove": [ "ask_llm", "get_simple_answer", "validate_key" ] } } }

発達

テストの設定

テストでは実際のAPI呼び出しを使用し、正確なレスポンスを保証します。テストを実行するには、以下の手順に従ってください。

  1. サンプル環境ファイルをコピーします。
    cp .env.example .env
  2. .envを編集し、WolframAlpha API キーを追加します。
    WOLFRAM_LLM_APP_ID=your-api-key-here
    注: 機密情報のコミットを防ぐため、 .envファイルは gitignored されます。
  3. テストを実行します。
    npm test

建物

npm run build

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
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.

WolframAlpha の LLM API に対して自然言語の質問を照会できるようにし、LLM の使用に最適化された構造化された簡略化された回答を提供します。

  1. 特徴
    1. 利用可能なツール
      1. インストール
        1. 構成
          1. 発達
            1. テストの設定
            2. 建物
          2. ライセンス

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Facilitates executing system commands and retrieving web data using the Brave Search API by interpreting user intents via a Large Language Model (LLM).
              Last updated -
              1
              Python
            • -
              security
              F
              license
              -
              quality
              Enables LLMs to perform sophisticated web searches through proxy servers using Tavily's API, supporting comprehensive web searches, direct question answering, and recent news article retrieval with AI-extracted content.
              Last updated -
              1
              Python
            • -
              security
              A
              license
              -
              quality
              Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.
              Last updated -
              53
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              Enables LLMs to autonomously retrieve and explore web content by fetching pages and recursively following links to a specified depth, particularly useful for learning about topics from documentation.
              Last updated -
              TypeScript
              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/Garoth/wolframalpha-llm-mcp'

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