Bitable MCP Server

Active

This MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact with Bitable tables using predefined tools.

Updated 8/8/2025
Key Features

What makes this MCP server special

-

Requirements

uvx
Server Information

Status

Active

Version

1.0.0

License

-

Author

https://github.com/lloydzhou

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/lloydzhou/bitable-mcp?tab=readme-ov-file#manual-installation-and-configuration

2. Configuration

{
  "mcpServers": {
    "bitable-mcp": {
      "command": "uvx",
      "args": [
        "bitable-mcp"
      ],
      "env": {
        "PERSONAL_BASE_TOKEN": "your-personal-base-token",
        "APP_TOKEN": "your-app-token"
      }
    }
  }
}

3. Usage Example

Bitable MCP Server