Add Plate as a connector in Claude and manage your tasks through conversation.
https://plate.to/mcp
Open claude.ai and click Customize in the sidebar.
Go to Connectors and click Add custom connector.
Enter a name — for example, Plate.
Paste the MCP server URL:
https://plate.to/mcpClick Add. A browser window opens with the Plate authorization page. Sign in to your Plate account and choose a scope:
Click Authorize. Plate appears in your connectors list.
In any conversation, enable Plate via the connector icon in the message bar.
Claude Desktop uses the same connector UI as claude.ai.
Open Claude Desktop and go to Settings → Connectors.
Click Add custom connector.
Enter a name (e.g. Plate) and paste the MCP server URL:
https://plate.to/mcpClick Add. A browser window opens — sign in to Plate, choose a scope, and click Authorize.
Enable Plate via the connector icon in the message bar when starting a conversation.
Claude Code manages MCP servers via the CLI or a config file.
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
Add this entry to your config file:
{
"mcpServers": {
"plate": {
"type": "http",
"url": "https://plate.to/mcp"
}
}
}
| Scope | Config 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.
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.
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