Skip to main content
Glama

AITable MCP Server

Official
package.json1.03 kB
{ "name": "@apitable/aitable-mcp-server", "version": "1.0.3", "description": "AITable.ai Model Context Protocol Server enables AI agents to connect and work with AITable datasheets.", "keywords": [ "AITable", "MCP", "Model Context Protocol", "AI agents", "datasheets" ], "main": "index.js", "module": "./src/index.ts", "type": "module", "bin": "dist/index.js", "scripts": { "prepare": "npm run build", "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "dev": "nodemon --watch src --ext ts --exec \"npm run build\"" }, "files": [ "dist" ], "author": "AITable.ai", "contributors": [ { "name": "Kelvin Poon", "email": "kelvin@aitable.ai" } ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "node-fetch": "^3.3.2", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^22.14.1", "nodemon": "^3.1.9", "tsx": "^4.19.4", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/apitable/aitable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server