
teable mcp sse
A container that serves Teable API as MCP through SSE transport
Repository Info
About This Server
A container that serves Teable API as MCP through SSE transport
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Teable MCP Server
This setup runs the OpenAPI MCP Server (https://github.com/snaggle-ai/openapi-mcp-server) in Docker with mcp-proxy (https://github.com/sparfenyuk/mcp-proxy) to expose the MCP server over HTTP/SSE.
It's pre-loaded with teable openapi definition and contains the most used functions.
Setup
- Set your API token as an environment variable:
export OPENAPI_TOKEN=your_token_here
- Build and start the Docker container:
docker-compose up --build
Usage
Once running, the MCP server is available at:
http://localhost:8080/sse
The server will use the token from the OPENAPI_TOKEN environment variable passed at build time as the Bearer token for API requests.
Configuration
- The OpenAPI definition is mounted from
./teable-openapi.jsonto/app/teable-openapi.jsonin the container - The server listens on port 8080
- Authorization headers are set using the OPENAPI_TOKEN environment variable
Architecture
Client ⟷ HTTP/SSE ⟷ mcp-proxy ⟷ stdio ⟷ openapi-mcp-server
The mcp-proxy converts between HTTP/SSE and stdio protocols, allowing the openapi-mcp-server (which only supports stdio) to be accessible over HTTP.
Quick Start
Clone the repository
git clone https://github.com/dearlordylord/teable-mcp-sseInstall dependencies
cd teable-mcp-sse
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.