Because the structure tools sit beside the row tools, a single request can go from I need somewhere to track this to a table with the right columns and its first rows already in it. Everything after that — reading, correcting, extending — happens in the same place.
The Retable MCP server. It reaches the whole hierarchy — workspaces, projects, tables, columns and rows — so an agent can create the structure and then put data into it.
- All your workspaces, one workspace with its projects, and new ones created or deleted
- Projects created under a workspace with a default table, opened, and deleted
- Tables listed in a project, created and read
- Columns added to a table and removed from it
- Rows read, inserted, updated and deleted
A Retable account and a Retable API key, plus a recent Node.js. It runs with npx and the key goes in the client configuration as RETABLE_API_KEY.
One command plus a key — npx -y retable-mcp-server, then supply credentials
