> For the complete documentation index, see [llms.txt](https://docs.plurality.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plurality.network/the-plurality-mcp-server/connect-your-agents-via-mcp.md).

# Connect Your Agents via MCP

### Overview

Plurality uses the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) — an open standard supported by Claude, ChatGPT, Cursor, and most modern AI tools — to connect your memory buckets to the agents you already use. Pick your tool below.

Each guide takes about five minutes. Most use OAuth, so there are no API keys to manage. Once connected, your agent gets read and write access to the memory buckets you permission, with no manual syncing.

#### Pick your tool

| Tool                                                                                                | Setup time | Auth         |
| --------------------------------------------------------------------------------------------------- | ---------- | ------------ |
| [ChatGPT](/the-plurality-mcp-server/connect-your-agents-via-mcp/chatgpt.md)                         | 2 min      | OAuth        |
| [Claude Desktop / Web](/the-plurality-mcp-server/connect-your-agents-via-mcp/claude-desktop-web.md) | 2–5 min    | OAuth        |
| [Claude Code](/the-plurality-mcp-server/connect-your-agents-via-mcp/claude-code.md)                 | 1 min      | OAuth        |
| [Cursor](/the-plurality-mcp-server/connect-your-agents-via-mcp/cursor.md)                           | 2 min      | OAuth        |
| [Windsurf](/the-plurality-mcp-server/connect-your-agents-via-mcp/windsurf.md)                       | 2 min      | PAT          |
| [GitHub Copilot (VS Code)](/the-plurality-mcp-server/connect-your-agents-via-mcp/github-copilot.md) | 2 min      | OAuth        |
| [LM Studio](/the-plurality-mcp-server/connect-your-agents-via-mcp/lm-studio.md)                     | 3 min      | PAT          |
| [Lovable](/the-plurality-mcp-server/connect-your-agents-via-mcp/lovable.md)                         | 2 min      | OAuth or PAT |
| [TypingMind](/the-plurality-mcp-server/connect-your-agents-via-mcp/typingmind.md)                   | 2 min      | PAT          |
| [OpenClaw](/the-plurality-mcp-server/connect-your-agents-via-mcp/openclaw.md)                       | 5 min      | PAT          |
| [Other MCP clients](/the-plurality-mcp-server/connect-your-agents-via-mcp/other-mcp-clients.md)     | varies     | OAuth or PAT |

> Want to know what's happening under the hood? See The [Plurality MCP Server.](/the-plurality-mcp-server.md)
