Cover image
Try Now
2025-03-27

通过拟人的模型上下文协议(MCP),用于AI驱动应用程序的可通行集成。将您的AI工具直接连接到可播放的,以进行无缝数据访问和管理。

3 years

Works with Finder

1

Github Watches

3

Github Forks

9

Github Stars

Airtable MCP

Airtable smithery badge

Connect your AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration—all through a standardized MCP interface compatible with Claude Desktop and other Claude-powered editors.

Quick Start

  1. Get Your Airtable Credentials

    • Get your Airtable API token from your account page
    • Get your base ID from your Airtable base URL (format: appi7fWMQcB3BNzPs)
  2. Configure Claude Desktop

    • Open ~/Library/Application Support/Claude/claude_desktop_config.json
    • Add the following configuration:
    {
      "mcpServers": {
        "airtable-mcp": {
          "command": "npx",
          "args": [
            "@smithery/cli",
            "run",
            "@rashidazarang/airtable-mcp",
            "--token",
            "YOUR_AIRTABLE_TOKEN",
            "--base",
            "YOUR_BASE_ID"
          ]
        }
      }
    }
    
    • Replace YOUR_AIRTABLE_TOKEN and YOUR_BASE_ID with your actual credentials
    • Save and restart Claude Desktop
  3. Start Using Airtable Tools

    • Open Claude Desktop
    • Wait 30 seconds for the connection to establish
    • Start using Airtable commands in natural language

Features

  • Base Management: List and select Airtable bases
  • Table Operations: Browse tables, fields, and records
  • Data Access: Read, create, update, and delete records
  • Schema Management: Export, compare, and update schemas
  • Natural Language Interface: Use plain English to interact with your Airtable data

Available Tools

Tool Name Description Example Usage
list_bases List all accessible Airtable bases "Show me all my Airtable bases"
list_tables List all tables in the current base "What tables are in this base?"
list_records List records with optional filtering "Show me all records in the Projects table"
get_record Get a specific record "Get record ABC123 from Tasks table"
create_records Create new records "Create a new record in Contacts with name John"
update_records Update existing records "Update status to Complete in record XYZ"
set_base_id Switch to a different base "Switch to base appi7fWMQcB3BNzPs"

Troubleshooting

Common Issues

  1. Connection Issues

    • Make sure Node.js is installed (node -v should show v14 or higher)
    • Verify your API token and base ID are correct
    • Restart Claude Desktop after configuration changes
  2. JSON Parsing Errors

    • Double-check the JSON format in your configuration file
    • Avoid using extra backslashes or escape characters
    • Use the simplified configuration format shown above
  3. Command Not Found

    • Install Node.js if not already installed
    • Run npm install -g npm@latest to update npm
    • Try running npx @smithery/cli --version to verify the installation

Need Help?

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT


For detailed setup instructions with other MCP clients, see CLAUDE_INTEGRATION.md.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • Lists Tailwind CSS classes in monospaced font

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

    Reviews

    3 (1)
    Avatar
    user_Dy4QeJbb
    2025-04-16

    As a devoted user of airtable-mcp, I am thoroughly impressed with how efficiently it manages my data workflow. The seamless integration and user-friendly interface make it a top-tier solution for any project management needs. Kudos to rashidazarang for creating such a reliable and powerful tool! Highly recommended for anyone looking to streamline their processes. Check it out at https://github.com/rashidazarang/airtable-mcp.