·Minds Team

Claude | Integrations

Use Minds from Claude Desktop. Add an MCP server (streamable HTTP) with the server URL below. Authorize via OAuth if offered — otherwise create an API key and use it as “Authorization: Bearer minds_…”.

Setup

Option A: Remote connector (recommended)

  1. Open Claude Desktop → Customize → Connectors
  2. Add the MCP URL below
  3. Authorize via OAuth when prompted

Option B: Local connector (API key)

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mindsai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://getminds.ai/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Get your API key from Settings → API Keys.

MCP Server URL

https://getminds.ai/mcp

View full MCP documentation