Connector guide2-minute readEN · DE · IT

Come collegare Airtable a ChatGPT — via MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi connector con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Airtable, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Airtable + ChatGPT

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

AIRTABLE_PERSONAL_ACCESS_TOKEN

Step 1 — Ottieni le credenziali

Setup:

  1. Create a Personal Access Token at https://airtable.com/create/tokens.
  2. Grant only the data.records:read and schema.bases:read scopes.
  3. Restrict the token's access to only the bases this connector must read.
  4. Set AIRTABLE_PERSONAL_ACCESS_TOKEN.

Authentication: Authorization: Bearer ${AIRTABLE_PERSONAL_ACCESS_TOKEN}. Use a scoped Personal Access Token, not a legacy API key.

Discovery order: call airtable_list_bases, then airtable_list_tables with a base ID to find table IDs, names, fields, and views. Use a table ID when possible because names can change.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Aggiungi il connettore in ChatGPT

ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.

  1. Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
  2. Clicca "Add custom connector".
  3. Compila:
    • Name: Airtable
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
  4. Clicca Connect per autorizzare.

Tool disponibili

ToolWhat it does
airtable_list_basesList bases accessible to the Personal Access Token
airtable_list_tablesList a base's table schemas, including table IDs, names, fields, and views
airtable_list_recordsList records from a table
airtable_get_recordGet one record by ID from a table, for example record ID recABC123DEF456

FAQ

Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.

Prossimi passi

Questa guida ti è stata utile?

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Guide correlate

AI
connectors

Airtable su MCP — Pilota Airtable da qualsiasi agente AI

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

Come collegare Airtable a Claude — via MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

Come collegare Airtable a Cursor — via MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

AI
connectors

Come collegare Airtable a Gemini — via MCP

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

DB
connectors

Come collegare Deutsche Bahn Timetables API a ChatGPT — via MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

connectors

Come collegare Deutsche Bahn Fahrplan a ChatGPT — via MCP

German train timetable with live delays: search stations, list departures and arrivals with real-time delay, track and cancellation status, and plan journeys between any two stations. Runs on MOTIS over the open gtfs.de timetable (ICE, IC, EC, regional trains, S-Bahn) — no bahn.de scraping, no API key.