Baserow - MCP

The Baserow MCP Server lets NicoChat connect directly to your Baserow database. This way, NicoChat's AI can query, create, update or delete information

2026-08-12

📘 Integrating the Baserow MCP Server with NicoChat

✅ What is the Baserow MCP Server?

The Baserow MCP Server lets NicoChat connect directly to your Baserow database.
This way, NicoChat's AI can query, create, update or delete information in your Baserow tables, according to the permissions you configure.

✅ How to generate the MCP Server URL in Baserow

Step by step:

  • Log in to your Baserow account.
  • In the top right menu, click your username → My Settings.
  • Go to the MCP Server tab.
  • Click Create New Endpoint.
  • Give your endpoint a name (example: nicochat-mcp).
  • Baserow will generate a unique MCP Server URL, with the token already embedded.
    It will look like this format:
texto
https://api.baserow.io/mcp/<SEU_TOKEN>/sse
  • Copy this URL.

✅ How to register the MCP Server in NicoChat

Now that you have the URL, follow the steps below directly in NicoChat:

  • In NicoChat's Side Menu, go to:
texto
Centro de IA → Servidores MCP → Adicionar Servidor MCP
  • Fill in the fields as follows:
Field
Value
Name
Choose a simple, unique name (example: BaseRow)
URL
Paste the MCP URL that Baserow generated
Authentication
Select: None (because the token is already embedded in the URL)
  • Click List Tools so that NicoChat brings in all the tools available from your Baserow.
  • Select only the tools you want the AI to use.

👉 Recommended selection example:

✅ list_tables
✅ list_table_rows
✅ create_row_table_XXXXX
✅ update_row_table_XXXXX

❌ delete_row (enable it only if it is really necessary)

Configuration example:

Attention
Select only the tools the AI will actually need to use. The fewer tools enabled, the lower the risk of unwanted operations or excessive token consumption. Be especially careful with tools that change or delete data.

✅ Once you are finished, click Save.

Done! Your Baserow MCP will be available for NicoChat's AI to use in the Flows you configure. Learn more about how to set this up in your flow at MCP Servers.