Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS RDS DataService MCP Config

<p><fullname>Amazon RDS Data Service</fullname> <p>Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster. To run these statements, you work with the Data Service API.</p> <note> <p>The Data Service API isn't supported on Amazon Aurora Serverless v2 D

Config URL

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

https://mcpbridge.org/config/amazonaws-com-rds-data.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-rds-data": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-rds-data"
      ],
      "env": {
        "AWS_RDS_DATASERVICE_API_KEY": "your_aws_rds_dataservice_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-rds-data": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-rds-data"],
      "env": {
      "AWS_RDS_DATASERVICE_API_KEY": "your_aws_rds_dataservice_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-rds-data.json

Environment Variables

AWS_RDS_DATASERVICE_API_KEY

Replace your_aws_rds_dataservice_api_key with your actual aws rds dataservice api key

Endpoints

POST/BatchExecute

BatchExecuteStatement

POST/BeginTransaction

BeginTransaction

POST/CommitTransaction

CommitTransaction

POST/ExecuteSql

ExecuteSql

POST/Execute

ExecuteStatement

POST/RollbackTransaction

RollbackTransaction