MCP.so
Sign In
Servers

AITable Mcp Server

@apitable

AITable.ai Model Context Protocol Server enables AI agents to connect and work with AITable datasheets.

Overview

What is AITable Mcp Server?

A Model Context Protocol server that provides read and write access to AITable.ai. It enables LLMs to list spaces, search nodes, list records, create records, and upload attachments in AITable.ai.

How to use AITable Mcp Server?

Set the AITABLE_API_KEY environment variable with your personal access token, and optionally AITABLE_BASE_URL (defaults to https://aitable.ai/fusion). Then add a configuration entry for the server in your MCP client (e.g., Claude Desktop or CherryStudio) using the npx command with the path to the server folder.

Key features of AITable Mcp Server

  • List all workspaces accessible to the authenticated user.
  • Search nodes by type, permission, and query.
  • Read records with pagination, field filtering, and sorting.
  • Get the JSON schema of all fields in a database.
  • Create new records in a database.
  • Upload attachments via a web URL.

Use cases of AITable Mcp Server

  • An LLM managing an AITable workspace by listing spaces and searching for relevant nodes.
  • Automatically creating records and uploading attachments from external URLs.
  • Querying database records with filters and sorting to answer user questions.
  • Inspecting the field schema of a database before performing write operations.

FAQ from AITable Mcp Server

What API key is required?

You need a personal access token from AITable.ai, set as the AITABLE_API_KEY environment variable.

Can I use a custom base URL?

Yes. Set AITABLE_BASE_URL to your custom endpoint if using the open-source APITable version. The default is https://aitable.ai/fusion.

Which MCP clients are supported?

The server works with any MCP client, with explicit configuration examples for Claude Desktop and CherryStudio.

How can I debug the server?

Use the MCP Inspector via npx @modelcontextprotocol/inspector -e AITABLE_API_KEY={KEY} node build/index.js or through the inspector repo.

What tools are not yet available?

The update_record tool is marked as a future TODO and is currently unavailable.

Tags

More from Other