Back to MCP Servers

Mindsdb

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

aggregators

Installation

npx -y mindsdb

Configuration

{
  "mcpServers": {
    "mindsdb": {
      "command": "npx",
      "args": ["-y", "mindsdb"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub