Retable MCP Server
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceConnects AI tools directly to Airtable, allowing users to query, create, update, and delete records using natural language.Last updated1114086MIT
- Alicense-qualityDmaintenanceEnables 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.Last updated69ISC

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.Last updated9344MIT- Alicense-qualityBmaintenanceConnects 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.Last updated9MIT
Related MCP Connectors
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/retable-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server