Airtable MCP

by rashidazarang
Verified
MIT License
122
6
  • Apple
{ "name": "@rashidazarang/airtable-mcp", "version": "1.2.2", "description": "Airtable MCP for Claude Desktop - Connect directly to Airtable using natural language", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "airtable", "mcp", "claude", "claude-desktop", "anthropic", "ai", "database" ], "author": "Rashid Azarang", "license": "MIT", "dependencies": { "@smithery/cli": "^1.0.0", "airtable": "^0.12.2", "dotenv": "^16.0.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/rashidazarang/airtable-mcp" }, "bugs": { "url": "https://github.com/rashidazarang/airtable-mcp/issues" }, "homepage": "https://github.com/rashidazarang/airtable-mcp#readme" }