Skip to content
MCP-Bridge
Databases

AWS Data Pipeline MCP Config

<p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.</p> <p>AWS Data Pipeline provides a JAR implementation of a

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-datapipeline.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-datapipeline.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-datapipeline": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-datapipeline"],
      "env": {
      "AWS_DATA_PIPELINE_API_KEY": "your_aws_data_pipeline_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://mcp-bridge.pages.dev/config/amazonaws-com-datapipeline.json

Environment Variables

AWS_DATA_PIPELINE_API_KEY

Replace your_aws_data_pipeline_api_key with your actual aws data pipeline api key

Endpoints

POST/#X-Amz-Target=DataPipeline.ActivatePipeline

ActivatePipeline

POST/#X-Amz-Target=DataPipeline.AddTags

AddTags

POST/#X-Amz-Target=DataPipeline.CreatePipeline

CreatePipeline

POST/#X-Amz-Target=DataPipeline.DeactivatePipeline

DeactivatePipeline

POST/#X-Amz-Target=DataPipeline.DeletePipeline

DeletePipeline

POST/#X-Amz-Target=DataPipeline.DescribeObjects

DescribeObjects

POST/#X-Amz-Target=DataPipeline.DescribePipelines

DescribePipelines

POST/#X-Amz-Target=DataPipeline.EvaluateExpression

EvaluateExpression

POST/#X-Amz-Target=DataPipeline.GetPipelineDefinition

GetPipelineDefinition

POST/#X-Amz-Target=DataPipeline.ListPipelines

ListPipelines