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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_HONEYCODE_API_KEYReplace your_amazon_honeycode_api_key with your actual amazon honeycode api key
Endpoints
/workbooks/{workbookId}/tables/{tableId}/rows/batchcreateBatchCreateTableRows
/workbooks/{workbookId}/tables/{tableId}/rows/batchdeleteBatchDeleteTableRows
/workbooks/{workbookId}/tables/{tableId}/rows/batchupdateBatchUpdateTableRows
/workbooks/{workbookId}/tables/{tableId}/rows/batchupsertBatchUpsertTableRows
/workbooks/{workbookId}/tables/{tableId}/import/{jobId}DescribeTableDataImportJob
/screendataGetScreenData
/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}InvokeScreenAutomation
/workbooks/{workbookId}/tables/{tableId}/columnsListTableColumns
/workbooks/{workbookId}/tables/{tableId}/rows/listListTableRows
/workbooks/{workbookId}/tablesListTables