Description

AI query engine - Platform for building AI that can answer questions over large scale federated data. The only MCP Server you'll ever need.

Installation

npx -y mindsdb
npm install mindsdb
git clone https://github.com/mindsdb/mindsdb

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mindsdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mindsdb"
      ]
    }
  }
}