Skip to main content
Glama
Garoth

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 の消費に最適化された構造化された回答を入手

  • 簡略化された回答とセクション付きの詳細な回答をサポート

Related MCP server: Wolfram Alpha MCP Server

利用可能なツール

  • 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

ライセンス

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

F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables users to query Wolfram Alpha's computational knowledge engine through natural language. Provides access to mathematical computations, scientific data, and factual information via the Wolfram Alpha API.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables scientific computing, mathematical problem solving, and step-by-step mathematical solutions through Wolfram Alpha's mobile API. Supports real-time streaming responses and multiple output formats for enhanced mathematical and scientific queries.
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Provides access to Wolfram Alpha's computational knowledge engine for mathematical calculations, scientific computing, data analysis, and factual information through natural language queries.
    2
    6

View all related MCP servers

Related MCP Connectors

  • LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

  • Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

View all MCP Connectors

Latest Blog Posts

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