Orion Vision MCP Server
Orion Vision MCP サーバー 🚀
🔌 Cline、Cursor、Claude Desktop、その他の MCP クライアントと互換性があります。
Orion Vision MCPは、あらゆるMCPクライアントと互換性があります。
モデル コンテキスト プロトコル (MCP) は、AI システムがさまざまなデータ ソースやツールとシームレスに対話し、安全な双方向接続を実現できるようにするオープン スタンダードです。
Orion Vision MCP サーバーは以下を提供します。
Azure Form Recognizer / Document Intelligence とのシームレスな統合
ドキュメント分析およびフォームデータ抽出機能
さまざまな種類のドキュメント(領収書、請求書、身分証明書など)のサポート
TypeScriptによる型安全な操作
前提条件🔧
始める前に、次のものを用意してください。
Azure Form Recognizer / Document Intelligence エンドポイントとキー
クロードデスクトップまたはカーソル
Node.js (v20以上)
Git がインストールされている (Git インストール方法を使用する場合のみ必要)
Related MCP server: MCP PDF
Orion Vision MCP サーバーのインストール ⚡
NPXで実行
npx -y orion-vision-mcp@latestSmithery経由でインストール
Smithery 経由で Claude Desktop 用の Orion Vision MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @orion-vision/mcp --client claudeMCP クライアントの設定 ⚙️
Cline の設定 🤖
Cline で Orion Vision MCP サーバーをセットアップする最も簡単な方法は、マーケットプレイスから 1 回のクリックでセットアップすることです。
VS CodeでClineを開く
サイドバーのClineアイコンをクリックします
「MCPサーバー」タブ(4つの四角)に移動します
「Orion Vision」を検索し、「インストール」をクリックします
プロンプトが表示されたら、Azure Form Recognizer の資格情報を入力します。
あるいは、Cline で Orion Vision MCP サーバーを手動で設定することもできます。
Cline MCP 設定ファイルを開きます。
# For macOS:
code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
# For Windows:
code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.jsonOrion Vision サーバー構成をファイルに追加します。
{
"mcpServers": {
"orion-vision-mcp": {
"command": "npx",
"args": ["-y", "orion-vision-mcp@latest"],
"env": {
"AZURE_FORM_RECOGNIZER_ENDPOINT": "your-endpoint-here",
"AZURE_FORM_RECOGNIZER_KEY": "your-key-here"
},
"disabled": false,
"autoApprove": []
}
}
}ファイルを保存し、Cline がすでに実行されている場合は再起動します。
カーソルの設定 🖥️
注: カーソルバージョン0.45.6以上が必要です
Cursor で Orion Vision MCP サーバーを設定するには:
カーソル設定を開く
機能 > MCP サーバーに移動します
「+新しいMCPサーバーを追加」ボタンをクリックします。
以下の情報を入力してください。
名前: サーバーのニックネームを入力します(例:「orion-vision-mcp」)
タイプ: タイプとして「コマンド」を選択
コマンド: サーバーを実行するコマンドを入力してください: GXP5
重要:
your-endpointとyour-keyAzure Form Recognizer の資格情報に置き換えてください
Claude デスクトップ アプリの設定 🖥️
macOSの場合:
# Create the config file if it doesn't exist
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# Opens the config file in TextEdit
open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"Windowsの場合:
code %APPDATA%\Claude\claude_desktop_config.jsonOrion Vision サーバー構成を追加します。
{
"mcpServers": {
"orion-vision-mcp": {
"command": "npx",
"args": ["-y", "orion-vision-mcp@latest"],
"env": {
"AZURE_FORM_RECOGNIZER_ENDPOINT": "your-endpoint-here",
"AZURE_FORM_RECOGNIZER_KEY": "your-key-here"
}
}
}
}Claude デスクトップアプリでの使用 🎯
インストールが完了し、Claudeデスクトップアプリの設定が完了したら、Claudeデスクトップアプリを完全に閉じてから再度開き、orion-vision-mcpサーバーを確認してください。アプリの左下にハンマーアイコンが表示され、利用可能なMCPツールが表示されます。
オリオンビジョンの例
ドキュメントを分析する:
Analyze the document at "https://example.com/document.pdf" using Azure Form Recognizer.フォームデータの抽出:
Extract data from the invoice at "https://example.com/invoice.pdf".プロセスIDドキュメント:
Process the ID document at "https://example.com/id.pdf" and extract relevant information.トラブルシューティング 🛠️
よくある問題
サーバーが見つかりません
npm --versionを実行して npm のインストールを確認します。Claude Desktop の設定構文を確認する
node --versionを実行して Node.js が正しくインストールされていることを確認します。
Azure Form Recognizer の資格情報の問題
Azure Form Recognizer のエンドポイントとキーが有効であることを確認します
構成で資格情報が正しく設定されていることを確認します
資格情報の周囲にスペースや引用符がないことを確認してください
文書処理の問題
ドキュメントのURLにアクセスできることを確認する
ドキュメント形式がサポートされているか確認してください
文書が破損していないか、パスワードで保護されていないか確認してください
謝辞✨
MCP仕様のモデルコンテキストプロトコル
クロード・デスクトップのAnthropic
フォーム認識 / ドキュメント インテリジェンス向け Microsoft Azure
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
- Alicense-qualityDmaintenanceEnables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.1161MIT
- Alicense-qualityDmaintenanceEnables AI-powered extraction and analysis of PDF documents with 40+ specialized tools for text, tables, images, layout analysis, security assessment, and document intelligence. Supports both text-based and scanned PDFs with OCR capabilities.10MIT
- Alicense-qualityFmaintenanceEnables PDF document processing including text, image, and table extraction, as well as intelligent classification and similarity analysis across multiple languages.49MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to extract and structure content from documents (PDFs, images, Office files) using Upstage AI's document digitization and information extraction APIs.23MIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Give AI agents access to form submissions — read, search, update, and process file attachments.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/Cognitive-Stack/orion-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server