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_KEYExample: 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/batchcreateBatchCreateTableRows
POST
/workbooks/{workbookId}/tables/{tableId}/rows/batchdeleteBatchDeleteTableRows
POST
/workbooks/{workbookId}/tables/{tableId}/rows/batchupdateBatchUpdateTableRows
POST
/workbooks/{workbookId}/tables/{tableId}/rows/batchupsertBatchUpsertTableRows
GET
/workbooks/{workbookId}/tables/{tableId}/import/{jobId}DescribeTableDataImportJob
POST
/screendataGetScreenData
POST
/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}InvokeScreenAutomation
GET
/workbooks/{workbookId}/tables/{tableId}/columnsListTableColumns
POST
/workbooks/{workbookId}/tables/{tableId}/rows/listListTableRows
GET
/workbooks/{workbookId}/tablesListTables