猎户座视觉文档分析
STDIO用于文档分析的Azure表单识别集成服务
用于文档分析的Azure表单识别集成服务
🔌 Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!
Orion Vision MCP is also compatible with any MCP client
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
The Orion Vision MCP server provides:
Before you begin, ensure you have:
npx -y orion-vision-mcp@latest
To install Orion Vision MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @orion-vision/mcp --client claude
The easiest way to set up the Orion Vision MCP server in Cline is through the marketplace with a single click:
Alternatively, you can manually set up the Orion Vision MCP server in Cline:
# 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
{ "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": [] } } }
Note: Requires Cursor version 0.45.6 or higher
To set up the Orion Vision MCP server in Cursor:
env AZURE_FORM_RECOGNIZER_ENDPOINT=your-endpoint AZURE_FORM_RECOGNIZER_KEY=your-key npx -y orion-vision-mcp@latest
Important: Replace
your-endpoint
andyour-key
with your Azure Form Recognizer credentials
# 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"
code %APPDATA%\Claude\claude_desktop_config.json
{ "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" } } } }
Once the installation is complete, and the Claude desktop app is configured, you must completely close and re-open the Claude desktop app to see the orion-vision-mcp server. You should see a hammer icon in the bottom left of the app, indicating available MCP tools.
Analyze the document at "https://example.com/document.pdf" using Azure Form Recognizer.
Extract data from the invoice at "https://example.com/invoice.pdf".
Process the ID document at "https://example.com/id.pdf" and extract relevant information.
Server Not Found
npm --version
node --version
Azure Form Recognizer Credentials Issues
Document Processing Issues