AITable
JSON →Provides read and write access to AITable.ai, a collaborative database and spreadsheet platform.
Install
npx @modelcontextprotocol/inspector Tools · 6
- 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.
Environment variables
AITABLE_API_KEYAITABLE_BASE_URLYOUR_CUSTOM_BASE_URLYOUR_API_KEY
Links
★ 12 GitHub stars