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_KEYExample: 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/modelsGet Models
GET
/custom/models/{id}Get Model
DELETE
/custom/models/{id}Delete Model
POST
/custom/models/{id}/analyzeAnalyze Form
GET
/custom/models/{id}/keysGet Keys
POST
/custom/trainTrain Model