REFERENCE
MCP server
Let any agent build, deploy, and share on your behalf.
Kitchen Table ships an MCP server so any agent can do everything the UI can — end to end in one conversation. Point your client at the local endpoint (or the remote MCP on the Table plan).
# add to your MCP client config"kitchentable": { "url": "http://localhost:7654/mcp" }Tools
create_appname
Create a new app folder and start serving it.
write_fileapp, path, content
Write or overwrite a file inside an app.
set_visibilityapp, level
Set an app to private, network, invited, or public.
create_invite_linkapp, expires?
Mint an invite link, optionally with an expiry.
get_app_urlapp
Return the app’s live URL and a QR code.
read_storageapp, key?
Read an app’s storage — a key, or list all keys.
read_activityapp
Read the access & deploy log for an app.