Airtable for Cursor
io.github.domdomegg/airtable-mcp-server
Read and write access to Airtable database schemas, tables, and records.
client:Cursor
transport:stdio
runtime:npm
Install Airtable in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"airtable-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "<AIRTABLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs