
mcp airtable integration
Integração entre MCP (Model Communication Protocol) e Airtable para gerenciamento de tarefas
Repository Info
About This Server
Integração entre MCP (Model Communication Protocol) e Airtable para gerenciamento de tarefas
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Integração MCP-Airtable
Este repositório contém scripts e ferramentas para integração entre o MCP (Model Communication Protocol) e o Airtable para gerenciamento de tarefas.
Soluções Implementadas
1. Integração do servidor MCP para Airtable
Adicionamos suporte ao servidor MCP para Airtable, permitindo que modelos de linguagem possam criar e gerenciar tarefas diretamente. A configuração deve ser adicionada ao arquivo ~/.cursor/mcp.json:
{
"airtable-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"airtable-server",
"--config",
"{\"airtableApiKey\":\"patniDQMmniKrjPoy.d81e30b3f466457908966ef8bcd5bfc96ac0c40bf5267ef423376e149ec28450\"}"
]
}
}
2. Scripts para gerenciamento de tarefas no Airtable
Criamos scripts para gerenciar tarefas no Airtable:
- Script Python para criar tarefas via API REST do Airtable
- Script JavaScript usando NPX para chamar o servidor MCP para criação de tarefas
- Modificações no script de chat interativo para permitir a criação de tarefas via comandos diretos ou via ferramentas do LLM
Dados do Airtable
- Base ID:
appt2CRa7k9cUASRJ - Nome da tabela: Tasks
- Campos: Task (nome), Notes (descrição), Status, Deadline
Como criar tarefas
Via scripts
# Python
python src/criar_tarefa_teste.py "Nome da tarefa"
# JavaScript
node src/criar_tarefa_airtable.js "Nome da tarefa"
# NPX direto
node src/teste_airtable_npx.js
Via chat interativo
No chat interativo, você pode usar:
- Comando direto:
criar tarefa Comprar leite - Frase natural:
crie uma tarefa com título Reunião com cliente - Pedir ao modelo para criar uma tarefa
Troubleshooting
Se tiver problemas com o MCP ou NPX, verifique:
- Se o NPX está instalado
- Se o servidor MCP está configurado corretamente
- Se a chave de API do Airtable é válida
Quick Start
Clone the repository
git clone https://github.com/diegofornalha/mcp-airtable-integrationInstall dependencies
cd mcp-airtable-integration
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.