Your MCP Server Link
Loading...
Security Precautions
Our infrastructure is encrypted and we encrypt your tokens. Please be aware that your MCP server link will have the same permissions as your PAT token. For security reasons, we recommend using a token with limited access. We recommend to use the server link only inside the MCP clients config files.
Implementation Examples
Claude Desktop
# Add below to your Claude Desktop claude_desktop_config.json file
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"]
}
}
}
Claude.AI (Paid Plans)
- Navigate to Settings > Integrations
- Locate the "Integrations" section
- Click "Add custom integration" at the bottom of the section
- Add your integration's remote MCP server URL:
https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp
- Finish configuring your integration by clicking "Add"
Cursor
# In your Cursor project edit the mcp.json file
{
"mcpServers": {
"airtable": {
"url": "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"
}
}
}
Windsurf
# Add to your Windsurf config file
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp"]
}
}
}
OpenAI Playground
- Go to https://platform.openai.com/playground/prompts
- Click Tool > Create
- Select MCP server > Add New
- Enter your MCP server URL:
https://airtable-mcp.business-automated.com/mcp-server/{your-server-key}/mcp
- Authentication: None
Learn More About Airtable
Check out these helpful videos from our YouTube channel:
Generate E-commerce Packshots from Airtable
Airtable Interfaces for Beginners
Build AI Receptionist
Add a Voice Chatbot to Your Website
Document Scanning Portal with Airtable and Softr
5 Ways to Send Emails from Airtable