·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)
- Open Claude Desktop → Customize → Connectors
- Add the MCP URL below
- 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
Minds© 2026 Minds. Your target audience. AI-driven and grounded in transparent evidence. Build within minutes.


