Aitable MCP Server

v1.0.0APIsstable

Fetches all workspaces that the currently authenticated user has permission to access.

data-platforms
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Fetches all workspaces that the currently authenticated user has permission to access.

Features

  • list_spaces
  • search_nodes
  • list_records
  • get_fields_schema
  • create_record

Use Cases

Fetches all workspaces that the currently authenticated user has permission to access.
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.
Read the records from a specified datasheet with support for pagination, field filtering, and sorting options.
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.
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.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @apitable/aitable-mcp-server

Manual Installation

npx -y @apitable/aitable-mcp-server

Examples

Basic Configuration

Configure Aitable MCP Server

npx -y @apitable/aitable-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "aitable": { "command": "npx", "args": ["-y", "@apitable/aitable-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Aitable MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides