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.
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.
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.
claude mcp add mcp-baserow-schema -- npx -y mcp-baserow-schema
{
"mcpServers": {
"mcp-baserow-schema": {
"args": [
"-y",
"mcp-baserow-schema"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-baserow-schema]
command = "npx"
args = ["-y", "mcp-baserow-schema"]
{
"mcpServers": {
"mcp-baserow-schema": {
"args": [
"-y",
"mcp-baserow-schema"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
Convert any GitHub repo to MCP server - automatic tool generation API wrap
MCP server for browser automation with AI agent
MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation
Generic MCP server for calling x402-protected APIs with automatic payment handling
Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation
Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.
MCP server for browser automation via Vercel's agent-browser CLI
Answers built from our own checks of this server.