WolframAlpha LLM MCP Server
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構成
developer.wolframalpha.comから WolframAlpha API キーを取得します。
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呼び出しを使用し、正確なレスポンスを保証します。テストを実行するには、以下の手順に従ってください。
サンプル環境ファイルをコピーします。
cp .env.example .env.envを編集し、WolframAlpha API キーを追加します。WOLFRAM_LLM_APP_ID=your-api-key-here注: 機密情報のコミットを防ぐため、
.envファイルは gitignored されます。テストを実行します。
npm test
建物
npm run buildライセンス
マサチューセッツ工科大学
Maintenance
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
- FlicenseAqualityDmaintenanceAllows LLMs to execute Wolfram Language code in a secure, session-based environment by providing an interface to interact with a Wolfram Mathematica kernel.33
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityDmaintenanceEnables 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.1MIT
- FlicenseAqualityDmaintenanceProvides access to Wolfram Alpha's computational knowledge engine for mathematical calculations, scientific computing, data analysis, and factual information through natural language queries.26
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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