Teable MCP Server
Connects 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.
README
Teable MCP Server
A Model Context Protocol (MCP) server that connects Teable — the super-fast, open-source, no-code database — to LLMs like Claude, ChatGPT, and others.
This server enables AI agents to seamlessly query records, explore schema structures (spaces, bases, tables, views), and retrieve data from your Teable instance using natural language. It acts as a bridge, empowering your AI to interact with your data dynamically and intelligently.
🌟 What is Teable?
Teable is a next-generation, open-source, no-code database built on Postgres. It combines the ease of use of a spreadsheet with the power of a relational database.
- Hyper-fast: Handles millions of rows with ease.
- Open Source: You own your data. Self-hostable.
- SQL-like: Powerful querying capabilities.
- Real-time: Collaboration features built-in.
- API-first: Designed for developers and automation.
✨ Features
This MCP server exposes a comprehensive set of tools to LLMs, allowing for deep integration with your Teable database:
query_teable: Query data from a specific table with advanced support for:- Filtering: Use SQL-like or JSON filter syntax to pinpoint exact data.
- Sorting: Order functionality for organized results.
- Limiting: Control record counts for efficient context usage.
- Views: Filter records by specific database views.
get_record: Retrieve precise details of a single record by its ID.get_record_history: Access the full change history of a specific record to track evolution over time.list_spaces: Discover all spaces available to the user.list_bases: detailed listing of all bases within a specific space.list_tables: detailed listing of all tables within a specific base.list_views: Retrieve all views within a table to understand different data perspectives.get_table_fields: Fetch the full schema (field definitions) of a table to enable the AI to understand your data structure and types.
🛠 Configuration
To use this server, you need a Teable API Key.
-
Get your API Key:
- Log in to your Teable account and navigate to Personal Access Token settings.
- Click Create New Token.
- Enable all read permissions for the scopes (spaces, bases, tables, records, views, fields).
- Select the appropriate bases you want the MCP server to access.
- Save the token - you'll need this for configuration.
-
Environment Variables: You can configure the server using specific environment variables.
| Variable | Description | Required | Default |
|---|---|---|---|
TEABLE_API_KEY |
Your Personal Access Token | Yes | - |
TEABLE_BASE_URL |
API Endpoint (Change if self-hosting) | Yes | https://app.teable.ai/api |
🚀 Usage
Note: For Option 1 and Option 2, since we are using the local source code, you must build the project first.
npm install && npm run build
Option 1: Using with Claude Desktop (Recommended)
Add the following configuration to your claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"teable": {
"command": "node",
"args": [
"/absolute/path/to/teable-mcp-server/dist/index.js"
],
"env": {
"TEABLE_API_KEY": "mcp_sk_xxxxxxxxxxxxxx",
"TEABLE_BASE_URL": "https://app.teable.ai/api"
}
}
}
}
Note: Replace mcp_sk_xxxxxxxxxxxxxx with your actual API key.
Option 2: Using with Cursor
- Open Cursor Settings.
- Navigate to Features -> MCP.
- Click + Add New MCP Server.
- Enter a name (e.g., "Teable").
- Select Type:
command. - Command:
node /absolute/path/to/teable-mcp-server/dist/index.js - Add your Environment Variables in the env section:
TEABLE_API_KEY:your_api_keyTEABLE_BASE_URL:https://app.teable.ai/api
💻 Local Development
-
Clone the repository:
git clone https://github.com/ltphat2204/teable-mcp-server.git cd teable-mcp-server -
Install dependencies:
npm install -
Build the project:
npm run build -
Debug using MCP Inspector:
export TEABLE_API_KEY=your_api_key export TEABLE_BASE_URL=https://app.teable.ai/api npm run inspector
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📄 License
This project is licensed under the MIT License.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。