Airtable MCP

by mufonix
Verified
{ "name": "airtable-mcp", "version": "1.0.0", "description": "Airtable MCP integration for AI code editors", "main": "index.js", "bin": { "airtable-mcp": "./index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rashidazarang/airtable-mcp.git" }, "keywords": [ "airtable", "mcp", "ai", "integration", "cursor", "claude", "gpt" ], "author": "Rashid Azarang", "license": "MIT", "bugs": { "url": "https://github.com/rashidazarang/airtable-mcp/issues" }, "homepage": "https://github.com/rashidazarang/airtable-mcp#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "dotenv": "^16.0.3" } }