Plate ← Docs

Connect Plate to Claude

Add Plate as a connector in Claude and manage your tasks through conversation.

MCP endpoint https://plate.to/mcp
Beta feature. Connectors in Claude are currently in beta. The UI and availability may change.

Connect on claude.ai

  1. Open claude.ai and click Customize in the sidebar.

  2. Go to Connectors and click Add custom connector.

  3. Enter a name — for example, Plate.

  4. Paste the MCP server URL:

    https://plate.to/mcp
  5. Click Add. A browser window opens with the Plate authorization page. Sign in to your Plate account and choose a scope:

    • Read only — Claude can view your projects and tasks but not change anything.
    • Read & write — Claude can create, update, and complete tasks.
  6. Click Authorize. Plate appears in your connectors list.

  7. In any conversation, enable Plate via the connector icon in the message bar.

Connect on Claude Desktop

Claude Desktop uses the same connector UI as claude.ai.

  1. Open Claude Desktop and go to Settings → Connectors.

  2. Click Add custom connector.

  3. Enter a name (e.g. Plate) and paste the MCP server URL:

    https://plate.to/mcp
  4. Click Add. A browser window opens — sign in to Plate, choose a scope, and click Authorize.

  5. Enable Plate via the connector icon in the message bar when starting a conversation.

Connect on Claude Code

Claude Code manages MCP servers via the CLI or a config file.

Using the CLI (recommended)

Add Plate for the current user (global scope):

claude mcp add --transport http plate https://plate.to/mcp

Or for the current project only:

claude mcp add --transport http -s project plate https://plate.to/mcp

Using the config file

Add this entry to your config file:

{
  "mcpServers": {
    "plate": {
      "type": "http",
      "url": "https://plate.to/mcp"
    }
  }
}
ScopeConfig file
Project.mcp.json in the project root
User (global)~/.claude.json

On first use, Claude Code will open a browser window to authorize. Sign in to Plate, choose a scope, and click Authorize. The token is saved automatically and refreshed in the background.

What you can do

Once connected, ask Claude in plain language:

Claude uses the Plate MCP tools to list workspaces, projects, sections, and tasks; create and update tasks; complete tasks; and add or delete comments.

Revoke access

To disconnect Plate, go to Workspace Settings → Apps in Plate and revoke the token. You can also remove the connector from Settings → Connectors in Claude.

Questions? Write to us at hello@plate.to