Retable MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Retable MCP Servershow me the sales data from last quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Retable MCP Server: AI-Assisted Data Management
Connect AI agents like Claude, Cursor and Windsurf to Retable. With this MCP server, AI agents can help manage your Retable data seamlessly.
Usage
To use the MCP server, you must first configure your client (e.g., Claude, Cursor and Windsurf). Most clients provide an option to add a new MCP server.
Cursor one-click installation
Usage for Claude Desktop
For Claude Desktop, You’ll need to edit the claude_desktop_config.json file, which can be found via:
Settings → Developer → Edit ConfigAdd the following configuration to the "mcpServers" section of your claude_desktop_config.json:
{
"mcpServers": {
"retable": {
"command": "npx",
"args": ["-y", "retable-mcp-server"],
"env": {
"RETABLE_API_KEY": "$RETABLE_API_KEY"
}
}
}
}⚠️ Replace $RETABLE_API_KEY with your Retable API Key.
After the configuration, restart Claude Desktop and you will see the active Retable tools
Related MCP server: Flatfile MCP Server
Prerequisites & Development
Before getting started, make sure you have the following:
The project includes several npm scripts to help with development:
# Run TypeScript compiler in watch mode for development
npm run dev
# Build the project for production
npm run build
# Run ESLint on source files
npm run lint
# Automatically fix ESLint issues where possible
npm run lint:fix
# Test the MCP server locally with the inspector tool
npm run inspect⚠️ To run npm run inspect, replace RETABLE_API_KEY to the inspect script.
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect AI agents to Process Street workflows, tasks, runs, data sets, and operational records.
- RevensiOAuthcom.revensi
Connect your AI assistant to Revensi OS agents, workflows, and business data.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas.
Related MCP Servers
- AlicenseBqualityAmaintenanceConnects AI tools directly to Airtable, allowing users to query, create, update, and delete records using natural language.11250 npm87MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude Desktop, Claude Code, and Cursor to interact directly with Flatfile data through 100+ API endpoints for viewing, managing, and manipulating sheets, workbooks, records, and spaces.26 npmISC

HiveFlow MCP Serverofficial
AlicenseBqualityDmaintenanceConnects AI assistants (Claude, Cursor, etc.) directly to the HiveFlow automation platform, allowing them to create, manage, and execute automation flows through natural language commands.96 npm4MIT- AlicenseNot gradedqualityDmaintenanceConnects Teable no-code databases to LLMs, enabling AI agents to query records, explore schema structures, retrieve data history, and interact with spaces, bases, tables, and views using natural language.11MIT