Skip to content
MCP-Bridge
Communication

Amazon Honeycode MCP Config

Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, resources, and even your team.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_HONEYCODE_API_KEY

Replace your_amazon_honeycode_api_key with your actual amazon honeycode api key

Endpoints

POST/workbooks/{workbookId}/tables/{tableId}/rows/batchcreate

BatchCreateTableRows

POST/workbooks/{workbookId}/tables/{tableId}/rows/batchdelete

BatchDeleteTableRows

POST/workbooks/{workbookId}/tables/{tableId}/rows/batchupdate

BatchUpdateTableRows

POST/workbooks/{workbookId}/tables/{tableId}/rows/batchupsert

BatchUpsertTableRows

GET/workbooks/{workbookId}/tables/{tableId}/import/{jobId}

DescribeTableDataImportJob

POST/screendata

GetScreenData

POST/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}

InvokeScreenAutomation

GET/workbooks/{workbookId}/tables/{tableId}/columns

ListTableColumns

POST/workbooks/{workbookId}/tables/{tableId}/rows/list

ListTableRows

GET/workbooks/{workbookId}/tables

ListTables