Back to MCP Servers
Baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
databases
By bram2w
Installation
npx -y baserowConfiguration
{
"mcpServers": {
"baserow": {
"command": "npx",
"args": ["-y", "baserow"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes