Skip to content
MCP-BridgeMCP-Bridge
Productivity

Amazon Textract MCP Config

Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. This is the API reference documentation for Amazon Textract.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-textract.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-textract": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-textract"
      ],
      "env": {
        "AMAZON_TEXTRACT_API_KEY": "your_amazon_textract_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-textract": {
      "url": "https://mcpbridge.org/config/amazonaws-com-textract.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-textract": {
      "url": "https://mcpbridge.org/config/amazonaws-com-textract.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-textract.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-textract": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-textract"],
      "env": {
      "AMAZON_TEXTRACT_API_KEY": "your_amazon_textract_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-textract.json

Environment Variables

AMAZON_TEXTRACT_API_KEY

Replace your_amazon_textract_api_key with your actual amazon textract api key

Endpoints

POST/#X-Amz-Target=Textract.AnalyzeDocument

AnalyzeDocument

POST/#X-Amz-Target=Textract.AnalyzeExpense

AnalyzeExpense

POST/#X-Amz-Target=Textract.AnalyzeID

AnalyzeID

POST/#X-Amz-Target=Textract.DetectDocumentText

DetectDocumentText

POST/#X-Amz-Target=Textract.GetDocumentAnalysis

GetDocumentAnalysis

POST/#X-Amz-Target=Textract.GetDocumentTextDetection

GetDocumentTextDetection

POST/#X-Amz-Target=Textract.GetExpenseAnalysis

GetExpenseAnalysis

POST/#X-Amz-Target=Textract.GetLendingAnalysis

GetLendingAnalysis

POST/#X-Amz-Target=Textract.GetLendingAnalysisSummary

GetLendingAnalysisSummary

POST/#X-Amz-Target=Textract.StartDocumentAnalysis

StartDocumentAnalysis