mcpbeat Sign in

Baserow Schema MCP Server

by aficiomaquinas Your server? Claim it
local only

Baserow Schema MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 2 Sep 2026.

Generic Baserow API client MCP server with automatic 2FA (TOTP) auth and OpenAPI validation.

Installs per day peak 22 · avg 1
a month agotoday
47
Installs / week
npm · mcp-baserow-schema
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Baserow Schema MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-baserow-schema -- npx -y mcp-baserow-schema
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-baserow-schema": {
      "args": [
        "-y",
        "mcp-baserow-schema"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-baserow-schema]
command = "npx"
args = ["-y", "mcp-baserow-schema"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-baserow-schema": {
      "args": [
        "-y",
        "mcp-baserow-schema"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-baserow-schema": {
      "args": [
        "-y",
        "mcp-baserow-schema"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BASEROW_API_URL (Base URL of your Baserow instance, e.g. https://baserow.example.com), BASEROW_USERNAME (Baserow account email), BASEROW_PASSWORD (Baserow account password), BASEROW_TOTP_SECRET (Base32 TOTP secret of your Baserow account's 2FA (totp) setup). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Baserow Schema MCP

same job, measured the same way
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
GitHub to MCP Converter
by nirholas

Convert any GitHub repo to MCP server - automatic tool generation API wrap

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
MCP Croit Ceph
by croit

MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation

local only
Agentcash
by merit-systems

Generic MCP server for calling x402-protected APIs with automatic payment handling

2 300 installs/wk local only
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only

Baserow Schema MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Baserow Schema MCP?
Baserow Schema MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-baserow-schema was installed 47 times last week.
How do I connect Baserow Schema MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-baserow-schema straight from npm; nothing to host, nothing to sign up for.
How many people use Baserow Schema MCP?
The npm package mcp-baserow-schema was installed 47 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Baserow Schema MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.