Skip to main content
Glama

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 インストール方法を使用する場合のみ必要)

Orion Vision MCP サーバーのインストール ⚡

NPXで実行

npx -y orion-vision-mcp@latest

Smithery経由でインストール

Smithery 経由で Claude Desktop 用の Orion Vision MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @orion-vision/mcp --client claude

MCP クライアントの設定 ⚙️

Cline の設定 🤖

Cline で Orion Vision MCP サーバーをセットアップする最も簡単な方法は、マーケットプレイスから 1 回のクリックでセットアップすることです。

  1. VS CodeでClineを開く
  2. サイドバーのClineアイコンをクリックします
  3. 「MCPサーバー」タブ(4つの四角)に移動します
  4. 「Orion Vision」を検索し、「インストール」をクリックします
  5. プロンプトが表示されたら、Azure Form Recognizer の資格情報を入力します。

あるいは、Cline で Orion Vision MCP サーバーを手動で設定することもできます。

  1. 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.json
  1. Orion 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": [] } } }
  1. ファイルを保存し、Cline がすでに実行されている場合は再起動します。

カーソルの設定 🖥️

: カーソルバージョン0.45.6以上が必要です

Cursor で Orion Vision MCP サーバーを設定するには:

  1. カーソル設定を開く
  2. 機能 > MCP サーバーに移動します
  3. 「+新しいMCPサーバーを追加」ボタンをクリックします。
  4. 以下の情報を入力してください。
    • 名前: サーバーのニックネームを入力します(例:「orion-vision-mcp」)
    • タイプ: タイプとして「コマンド」を選択
    • コマンド: サーバーを実行するコマンドを入力してください: GXP5

      重要: your-endpointyour-key Azure 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.json
Orion 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ツールが表示されます。

オリオンビジョンの例

  1. ドキュメントを分析する:
Analyze the document at "https://example.com/document.pdf" using Azure Form Recognizer.
  1. フォームデータの抽出:
Extract data from the invoice at "https://example.com/invoice.pdf".
  1. プロセスIDドキュメント:
Process the ID document at "https://example.com/id.pdf" and extract relevant information.

トラブルシューティング 🛠️

よくある問題

  1. サーバーが見つかりません
    • npm --versionを実行して npm のインストールを確認します。
    • Claude Desktop の設定構文を確認する
    • node --versionを実行して Node.js が正しくインストールされていることを確認します。
  2. Azure Form Recognizer の資格情報の問題
    • Azure Form Recognizer のエンドポイントとキーが有効であることを確認します
    • 構成で資格情報が正しく設定されていることを確認します
    • 資格情報の周囲にスペースや引用符がないことを確認してください
  3. 文書処理の問題
    • ドキュメントのURLにアクセスできることを確認する
    • ドキュメント形式がサポートされているか確認してください
    • 文書が破損していないか、パスワードで保護されていないか確認してください

謝辞✨

  • MCP仕様のモデルコンテキストプロトコル
  • クロード・デスクトップのAnthropic
  • フォーム認識 / ドキュメント インテリジェンス向け Microsoft Azure
Deploy Server
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.

AI システムが Azure Form Recognizer/Document Intelligence を通じてドキュメントを分析し、フォーム データを抽出できるようにします。領収書、請求書、ID 文書などのさまざまなドキュメント タイプをサポートします。

  1. 前提条件🔧
    1. Orion Vision MCP サーバーのインストール ⚡
      1. NPXで実行
      2. Smithery経由でインストール
    2. MCP クライアントの設定 ⚙️
      1. Cline の設定 🤖
      2. カーソルの設定 🖥️
      3. Claude デスクトップ アプリの設定 🖥️
    3. Claude デスクトップアプリでの使用 🎯
      1. オリオンビジョンの例
    4. トラブルシューティング 🛠️
      1. よくある問題
    5. 謝辞✨

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.
        Last updated -
        4
        48
        MIT License
        • Linux
        • Apple
      • A
        security
        F
        license
        A
        quality
        Enables AI systems to perform full-text and semantic search operations over structured/unstructured data in Azure Cognitive Search, with capabilities for document indexing and management through natural language.
        Last updated -
        3
        25
        3
        • Apple
      • -
        security
        A
        license
        -
        quality
        A comprehensive server that enables AI applications to interact with Microsoft 365 and Azure AD services through standardized Model Context Protocol interfaces.
        Last updated -
        1
        MIT License
      • -
        security
        F
        license
        -
        quality
        Enables reading and processing various document formats including Word, PDF, RTF, and text files. Supports extracting media elements like images and links, with features for PDF page range selection and automatic text encoding detection.
        Last updated -
        2

      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/Cognitive-Stack/orion-vision-mcp'

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