Loading MCP server directory, please wait...
Generic Baserow API client MCP server with automatic 2FA (TOTP) auth and OpenAPI validation.
npx @getmcp/cli add io.github.aficiomaquinas/mcp-baserow-schemaRequires Node.js 18+. Community-contributed server. Review source before installing.
BASEROW_API_URLBase URL of your Baserow instance, e.g. https://baserow.example.com
BASEROW_USERNAMEBaserow account email
BASEROW_PASSWORDBaserow account password
BASEROW_TOTP_SECRETBase32 TOTP secret of your Baserow account's 2FA (totp) setup
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aficiomaquinas/mcp-baserow-schema": {
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "",
"BASEROW_USERNAME": "",
"BASEROW_PASSWORD": "",
"BASEROW_TOTP_SECRET": ""
}
}
}
}