Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Airtable MCP
by
rashidazarang
Verified
npm
GitHub
Databases
Python
MIT License
122
6
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
airtable-mcp
airtable_mcp
bin
examples
.github
airtable_simple.js
CLAUDE_INTEGRATION.md
CONTRIBUTING.md
Dockerfile
.gitignore
index.js
inspector.py
inspector_server.py
INSTALLATION.md
LICENSE
package.json
package-lock.json
QUICK_START.md
README.md
requirements.txt
setup.py
simple_airtable_server.py
smithery.yaml
test_client.py
{ "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" }