Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-lakeformation.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-lakeformation": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-lakeformation"
      ],
      "env": {
        "AWS_LAKE_FORMATION_API_KEY": "your_aws_lake_formation_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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