Skip to content
MCP-Bridge
CommunicationAuto-generated

Amazon Honeycode MCP Server

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.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-honeycode

Environment Variables

AMAZON_HONEYCODE_API_KEY

Example: your_amazon_honeycode_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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