Retable
Connects AI agents to Retable for AI-assisted data management and collaboration.
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 Config
Add 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
Prerequisites & Development
Before getting started, make sure you have the following:
- Node.js (version 20.0.0 or later)
- A Retable account
- A Retable API Key
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.
関連サーバー
Local Context Memory MCP
A production-ready persistent memory system for AI agents, offering searchable memory across sessions with semantic search and support for multiple database backends.
AWS Athena MCP Server
An MCP server for querying and interacting with AWS Athena.
CData SAP Netweaver Gateway
Connect to SAP Netweaver Gateway data using CData's MCP Server. Requires a separately licensed CData JDBC Driver.
MCP-MySQL-Ops
You are working with the MCP MySQL Operations Server, a powerful tool that provides comprehensive MySQL database monitoring and analysis capabilities through natural language queries. This server offers 19 specialized tools for database administration, performance monitoring, and system analysis.
LanceDB Node.js Vector Search
Vector search using the LanceDB vector database and Ollama embedding models.
Prisma MCP
Manage Prisma Postgres databases and backups using AI agents via local or remote servers.
DEMO Country MCP Server
A modular server providing tools for country and state lookups, usable as a CLI or plug-in agent.
Quanti: connectors MCP
Unify your marketing team around one AI-powered source of truth. Quanti connects your marketing data to your warehouse. Execute SQL queries on BigQuery, explore table schemas, discover pre-built use cases, and analyze performance across Google Analytics, Google Ads, Meta Ads, TikTok, affiliate networks and more. all through natural conversation
PostgreSQL MCP
Transforms PostgreSQL databases from "I have tables and I don't know what they do" into "I understand the entire database structure, relationships, and best practices"
Database Server
A Model Context Protocol (MCP) server that provides multi-database query execution capabilities with support for SQLite, PostgreSQL, and MySQL databases. Includes a built-in Web UI for managing database connections.