Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Lake Formation MCP Config

<fullname>Lake Formation</fullname> <p>Defines the public endpoint for the Lake Formation service.</p>

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-lakeformation": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-lakeformation"],
      "env": {
      "AWS_LAKE_FORMATION_API_KEY": "your_aws_lake_formation_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-lakeformation.json

Environment Variables

AWS_LAKE_FORMATION_API_KEY

Replace your_aws_lake_formation_api_key with your actual aws lake formation api key

Endpoints

POST/AddLFTagsToResource

AddLFTagsToResource

POST/AssumeDecoratedRoleWithSAML

AssumeDecoratedRoleWithSAML

POST/BatchGrantPermissions

BatchGrantPermissions

POST/BatchRevokePermissions

BatchRevokePermissions

POST/CancelTransaction

CancelTransaction

POST/CommitTransaction

CommitTransaction

POST/CreateDataCellsFilter

CreateDataCellsFilter

POST/CreateLFTag

CreateLFTag

POST/DeleteDataCellsFilter

DeleteDataCellsFilter

POST/DeleteLFTag

DeleteLFTag