airtable
Installation
SKILL.md
airtable
Use this skill when you need to work with airtable through its generated async Python app, call its MCP-backed functions from code, or inspect available functions with the mcp-skill CLI.
Authentication
This app can use the MCP client's built-in OAuth flow when the server requires it.
In most cases, the default constructor is enough. Tokens are persisted to
~/.mcp-skill/auth/ so subsequent runs reuse the same credentials automatically.
app = AirtableApp()
If you need a custom OAuth provider, pass it via the auth argument:
app = AirtableApp(auth=my_oauth_provider)