Airtable MCP Server

by felores
Verified
{ "name": "@felores/airtable-mcp-server", "version": "0.3.0", "description": "An Airtable Model Context Protocol Server", "type": "module", "bin": { "airtable-server": "build/index.js" }, "files": [ "build", "scripts" ], "scripts": { "build": "tsc && node scripts/post-build.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.7.9" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "author": "Felipe Restrepo", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/felores/airtable-mcp" }, "keywords": [ "airtable", "mcp", "model-context-protocol", "claude", "api" ], "engines": { "node": ">=16.0.0" } }