Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nocodb-mcp-server": {
"command": "npx",
"args": [
"-y",
"nocodb-mcp-server",
"{NOCODB_URL}",
"{NOCODB_BASE_ID}",
"{NOCODB_API_TOKEN}"
]
}
}
}