Developer ToolsAuto-generated
Ink Recognizer Client MCP Server
The service is used to perform ink layout and recognition of written words and shapes. Ink strokes passed to the service are recognized and organized into recognition results in the response
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-cognitiveservices-inkrecognizer
Environment Variables
INK_RECOGNIZER_CLIENT_API_KEYExample: your_ink_recognizer_client_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-cognitiveservices-inkrecognizer": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-inkrecognizer"],
"env": {
"INK_RECOGNIZER_CLIENT_API_KEY": "your_ink_recognizer_client_api_key"
}
}
}
}Endpoints
PUT
/recognizeInkRecognizer_Recognize