Back to MCP Servers
🔌

bram2w/baserow

NOASSERTION

Baserow database integration with table search, list, and row create, read, update, and delete capabilities.

PythonDatabases

Install

npx -y bram2w-baserow

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "bram2w-baserow": {
      "command": "npx",
      "args": [
        "-y",
        "bram2w-baserow"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.