·Minds Team
Claude | 集成
在 Claude Desktop 中使用 Minds. 使用下方的服务器 URL 添加一个 MCP 服务器(可流式 HTTP)。 如支持 OAuth 请通过其授权;否则创建一个 API 密钥并以“Authorization: Bearer minds_…”的形式使用。
设置
方案 A:远程连接器(推荐)
- 打开 Claude Desktop → Customize → Connectors
- 添加下方的 MCP URL
- 出现提示时通过 OAuth 授权
方案 B:本地连接器(API 密钥)
添加到 claude_desktop_config.json:
{
"mcpServers": {
"mindsai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getminds.ai/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
在“设置 → API 密钥”中获取你的 API 密钥。
MCP 服务器 URL
https://getminds.ai/mcp


