Baserow Schema MCP
Rank #17,512io.github.aficiomaquinas/mcp-baserow-schema
Generic Baserow API client MCP server with automatic 2FA (TOTP) auth and OpenAPI validation.
Baserow Schema MCP is a Model Context Protocol (MCP) server published by aficiomaquinas. It ranks #17,512 of 132,046 servers tracked on MCP Toplist. Baserow Schema MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 3, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 114,534 of 132,046 servers on MCP Toplist.
Use Baserow Schema MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-baserow-schema -e "BASEROW_API_URL=<your BASEROW_API_URL>" -e "BASEROW_USERNAME=<your BASEROW_USERNAME>" -e "BASEROW_PASSWORD=<your BASEROW_PASSWORD>" -e "BASEROW_TOTP_SECRET=<your BASEROW_TOTP_SECRET>" -- npx -y mcp-baserow-schemaReplace each placeholder with your own value before saving.
[mcp_servers.mcp-baserow-schema]
command = "npx"
args = ["-y", "mcp-baserow-schema"]
[mcp_servers.mcp-baserow-schema.env]
BASEROW_API_URL = "<your BASEROW_API_URL>"
BASEROW_USERNAME = "<your BASEROW_USERNAME>"
BASEROW_PASSWORD = "<your BASEROW_PASSWORD>"
BASEROW_TOTP_SECRET = "<your BASEROW_TOTP_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-baserow-schema": {
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "<your BASEROW_API_URL>",
"BASEROW_USERNAME": "<your BASEROW_USERNAME>",
"BASEROW_PASSWORD": "<your BASEROW_PASSWORD>",
"BASEROW_TOTP_SECRET": "<your BASEROW_TOTP_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-baserow-schema": {
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "<your BASEROW_API_URL>",
"BASEROW_USERNAME": "<your BASEROW_USERNAME>",
"BASEROW_PASSWORD": "<your BASEROW_PASSWORD>",
"BASEROW_TOTP_SECRET": "<your BASEROW_TOTP_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-baserow-schema": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "<your BASEROW_API_URL>",
"BASEROW_USERNAME": "<your BASEROW_USERNAME>",
"BASEROW_PASSWORD": "<your BASEROW_PASSWORD>",
"BASEROW_TOTP_SECRET": "<your BASEROW_TOTP_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-baserow-schema": {
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "<your BASEROW_API_URL>",
"BASEROW_USERNAME": "<your BASEROW_USERNAME>",
"BASEROW_PASSWORD": "<your BASEROW_PASSWORD>",
"BASEROW_TOTP_SECRET": "<your BASEROW_TOTP_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-baserow-schema": {
"command": "npx",
"args": [
"-y",
"mcp-baserow-schema"
],
"env": {
"BASEROW_API_URL": "<your BASEROW_API_URL>",
"BASEROW_USERNAME": "<your BASEROW_USERNAME>",
"BASEROW_PASSWORD": "<your BASEROW_PASSWORD>",
"BASEROW_TOTP_SECRET": "<your BASEROW_TOTP_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aficiomaquinas%2Fmcp-baserow-schema)<a href="https://mcptoplist.com/server/io.github.aficiomaquinas%2Fmcp-baserow-schema"><img src="https://mcptoplist.com/badge/io.github.aficiomaquinas%2Fmcp-baserow-schema.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
aficiomaquinas
Available versions (2)
| Version | Published |
|---|---|
| 2.0.2 | Sep 2, 2026 |
| 2.0.0 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Baserow Schema MCP?
- Baserow Schema MCP is maintained by aficiomaquinas, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Baserow Schema MCP listed on the Official MCP Registry?
- Yes — Baserow Schema MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Baserow Schema MCP have?
- MCP Toplist tracks 2 versions of Baserow Schema MCP, most recently published on Sep 2, 2026.
- Where can I find the source code for Baserow Schema MCP?
- The source code for Baserow Schema MCP is hosted at github.com/aficiomaquinas/mcp-baserow-schema.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.