AWS Glue DataBrew Claude Desktop Config
Add the AWS Glue DataBrew MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-databrew": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-databrew"
],
"env": {
"AWS_GLUE_DATABREW_API_KEY": "your_aws_glue_databrew_api_key"
}
}
}
}Environment Variables
AWS_GLUE_DATABREW_API_KEYReplace your_aws_glue_databrew_api_key with your actual aws glue databrew api key
Endpoints
POST
/recipes/{name}/batchDeleteRecipeVersionBatchDeleteRecipeVersion
GET
/datasetsListDatasets
POST
/datasetsCreateDataset
POST
/profileJobsCreateProfileJob
GET
/projectsListProjects
POST
/projectsCreateProject
GET
/recipesListRecipes
POST
/recipesCreateRecipe
POST
/recipeJobsCreateRecipeJob
GET
/rulesetsListRulesets