apitable
AITable.ai Model Context Protocol Server enables AI agents to connect and work with AITable datasheets.
Fetches all workspaces that the currently authenticated user has permission to access.
Read the records from a specified datasheet with support for pagination, field filtering, and sorting options.
Retrieve nodes based on specific types, permissions, and queries. Nodes in AITable can be of several types: datasheets (also known as sheets, or spreadsheets), form, dashboard, and folders.
Create a new record in the datasheet. Extract key information from user-provided text based on a predefined Fields JSON Schema and create a new record in the datasheet as a JSON object.
Returns the JSON schema of all fields within the specified database, This schema will be sent to LLM to help the AI understand the expected structure of the data.
Upload an attachment to the AITable server using its web URL. Returns storage information that can be passed to create_record or update_record tools to associate with a specific records.
Connect to MCP Server
Required environment variables:
AITABLE_API_KEY
AITABLE_BASE_URL