apitable/aitable-mcp-server
If you are the rightful owner of aitable-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
AITable MCP Server provides read and write access to AITable.ai, enabling LLMs to interact with workspaces, nodes, and records.
Tools
Functions exposed to the LLM to take actions
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.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client