Skip to main content
Glama

MCP Airtable Server

by marchi-lau
package.json1.46 kB
{ "name": "mcp-airtable", "version": "1.0.0", "description": "MCP server for Airtable integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "dev:sse": "tsx watch src/server-sse-production.ts", "start": "node dist/index.js", "start:sse": "node dist/server-sse-production.js", "type-check": "tsc --noEmit", "lint": "eslint src", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "mcp", "airtable", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.842.0", "@aws-sdk/lib-storage": "^3.842.0", "@google-cloud/storage": "^7.16.0", "@modelcontextprotocol/sdk": "^0.5.0", "@types/bull": "^3.15.9", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/mime-types": "^3.0.1", "airtable": "^0.12.2", "bull": "^4.16.5", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^5.1.0", "ioredis": "^5.6.1", "mime-types": "^3.0.1", "zod": "^3.25.74" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^8.57.0", "jest": "^29.7.0", "ts-jest": "^29.1.5", "tsx": "^4.16.2", "typescript": "^5.5.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/marchi-lau/mcp-airtable'

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