Back to Home
ltphat2204 icon

teable-mcp-server

Verified Safe

by ltphat2204

Overview

Connects Teable, an open-source no-code database, to LLMs, enabling AI agents to query records and explore schema structures using natural language.

Installation

Run Command
node dist/index.js

Environment Variables

  • TEABLE_API_KEY
  • TEABLE_BASE_URL

Security Notes

The server uses environment variables for `TEABLE_API_KEY` and `TEABLE_BASE_URL`, validating the API key's presence. It communicates with the Teable API via `axios` using standard HTTP requests and authorization headers. No usage of `eval` or other dangerous dynamic code execution patterns were found. Error handling in tool calls directly returns API error messages, which could potentially expose more detail than strictly necessary from the upstream Teable API, but is a common practice for direct API proxies.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

TeableDatabaseLLM IntegrationAI AgentData Querying