Open-source Airtable alternative
Connect to Baserow for open-source no-code database.
{
"mcpServers": {
"baserow": {
"mcpServers": {
"baserow": {
"env": {
"BASEROW_URL": "https://api.baserow.io",
"BASEROW_API_KEY": "your-api-key"
},
"args": [
"-y",
"baserow-mcp-server"
],
"command": "npx"
}
}
}
}
}