Skip to content
MCP-Bridge
Design & CreativeAuto-generated

Form Recognizer Client MCP Server

Extracts information from forms and images into structured data based on a model created by a set of representative training forms.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-cognitiveservices-formrecognizer

Environment Variables

FORM_RECOGNIZER_CLIENT_API_KEY

Example: your_form_recognizer_client_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-cognitiveservices-formrecognizer": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-cognitiveservices-formrecognizer"],
      "env": {
      "FORM_RECOGNIZER_CLIENT_API_KEY": "your_form_recognizer_client_api_key"
}
    }
  }
}

Endpoints

GET/custom/models

Get Models

GET/custom/models/{id}

Get Model

DELETE/custom/models/{id}

Delete Model

POST/custom/models/{id}/analyze

Analyze Form

GET/custom/models/{id}/keys

Get Keys

POST/custom/train

Train Model