Baserow Schema MCP server
Generic Baserow API client MCP server with automatic 2FA (TOTP) auth and OpenAPI validation.
0 stars29 downloads/wk
Reviews
Write oneNobody has reviewed Baserow Schema MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Baserow Schema MCP tools (2)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
auth_statusCheck the current authentication state including email, user ID, and token expiry.
baserow_apiGeneric Baserow API client. Call ANY Baserow endpoint with method, path, body, and query params. Examples: GET /api/database/tables/database/357/ → list tables POST /api/database/views/table/965/ {name, type} → create view POST /api/database/views/4029/filters/ {field, type, value} → create filter DELETE /api/database/tables/968/ → delete table PATCH /api/database/rows/table/965/11/ {status} ?user
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan11 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 18 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y mcp-baserow-schema on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp-baserow-schema -- npx -y mcp-baserow-schema
Baserow Schema MCP: common questions
- Is Baserow Schema MCP server safe?
- Mostly: it is graded B (83/100). Read the Baserow Schema MCP safety report
- How do I install Baserow Schema MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Baserow Schema MCP need an API key?
- Yes. The registry entry asks for
BASEROW_PASSWORD,BASEROW_TOTP_SECRET. - Is Baserow Schema MCP maintained?
- The last commit was 18 days ago (2026-09-02). The latest release is v2.0.2.
- What can I use instead of Baserow Schema MCP?
- Servers from other publishers that do the same job: Ticket Demo MCP server, spintax.net MCP server and Filamental MCP server. Compare all Baserow Schema MCP alternatives.
Alternatives to Baserow Schema MCP
Same job from other publishers: the closest match first, then the best rated.
- Ticket DemoMCP server demo — tickets, schema discovery, auth, and PII gating. stdio + HTTP.not reviewedGrowingB
spintax.net MCP serverWrite, validate, render and analyze spintax templates. Backed by @spintax/core. No auth.not reviewedGrowingA- FilamentalRead/write access to your Filamental knowledge graph vault. 17 tools. Local-first, no auth.not reviewedGrowingA
- ssh-mcpMCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.not reviewedGrowingB
- Openapi Security Contract LintFinds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in thnot reviewedGrowingA