Skip to content
MCP Server Community By @mindsdb

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: mindsdb/mindsdb Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-mindsdb-mindsdb

Detailed Documentation

Connect and unify data across various platforms and databases with MindsDB as a single MCP server.

Configuration

{
  "mcpServers": {
    "mindsdb-mindsdb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mindsdb-mindsdb"
      ],
      "env": {}
    }
  }
}