MCP Servers / database / AITable

AITable

JSON →
httpnone12database

Provides read and write access to AITable.ai, a collaborative database and spreadsheet platform.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: aitable
Tools
What this server exposes
list_spaces
Fetches all workspaces that the currently authenticated user has permission to access.
search_nodes
Retrieve nodes based on specific types, permissions, and queries.
list_records
Read the records from a specified database with support for pagination, field filtering, and sorting options.
get_fields_schema
Returns the JSON schema of all fields within the specified database
create_record
Create a new record in the database.
upload_attachment_via_url
Upload an attachment to the AITable server using its web URL.
Configuration
Environment & auth
authnone
envAITABLE_API_KEY
envAITABLE_BASE_URL
envYOUR_CUSTOM_BASE_URL
envYOUR_API_KEY
Resources
AITable — MCP Server · libregistry