Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Glue Claude Desktop Config

Add the AWS Glue MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-glue": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-glue"
      ],
      "env": {
        "AWS_GLUE_API_KEY": "your_aws_glue_api_key"
      }
    }
  }
}

Environment Variables

AWS_GLUE_API_KEY

Replace your_aws_glue_api_key with your actual aws glue api key

Endpoints

POST/#X-Amz-Target=AWSGlue.BatchCreatePartition

BatchCreatePartition

POST/#X-Amz-Target=AWSGlue.BatchDeleteConnection

BatchDeleteConnection

POST/#X-Amz-Target=AWSGlue.BatchDeletePartition

BatchDeletePartition

POST/#X-Amz-Target=AWSGlue.BatchDeleteTable

BatchDeleteTable

POST/#X-Amz-Target=AWSGlue.BatchDeleteTableVersion

BatchDeleteTableVersion

POST/#X-Amz-Target=AWSGlue.BatchGetBlueprints

BatchGetBlueprints

POST/#X-Amz-Target=AWSGlue.BatchGetCrawlers

BatchGetCrawlers

POST/#X-Amz-Target=AWSGlue.BatchGetCustomEntityTypes

BatchGetCustomEntityTypes

POST/#X-Amz-Target=AWSGlue.BatchGetDataQualityResult

BatchGetDataQualityResult

POST/#X-Amz-Target=AWSGlue.BatchGetDevEndpoints

BatchGetDevEndpoints