nocodb-mcp-server

nocodb-mcp-server

19

Nocodb MCP Server is a tool for seamless CRUD interactions with Nocodb databases through the Model Context Protocol. It supports integration with various environments and encourages community contributions. The project is developed using modern TypeScript practices for enhanced compatibility and maintainability.

What is the Nocodb MCP Server?

The Nocodb MCP Server is a tool that enables interaction with a Nocodb database using the Model Context Protocol, supporting CRUD operations.

How do I configure the Nocodb MCP Server?

You can configure the server by defining environment variables in a .env file, including NOCODB_URL, NOCODB_API_TOKEN, and NOCODB_BASE_ID.

Can I use the Nocodb MCP Server with Claude Desktop?

Yes, the server can be integrated with Claude Desktop by modifying the claude_desktop_config.json file to include the necessary MCP server configurations.

Is the Nocodb MCP Server compatible with TypeScript?

Yes, this server is a TypeScript-based fork, improving compatibility and maintainability with modern TypeScript development practices.

How can I run tests for the Nocodb MCP Server?

You can run tests by executing the command: npx -y @wong2/mcp-cli npx nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}.