Plate MCP
OfficialCompatible with OpenAI's API for managing Plate workspaces, projects, and tasks via MCP.
Plate MCP Server
Plate is a lightweight project and task manager built for automation. Plan work, track tasks, and keep projects moving forward with people and AI agents working side by side. This MCP server lets you manage workspaces, projects, and tasks directly from Claude, Cursor, Windsurf, and any MCP-compatible AI client.
Endpoint: https://plate.to/mcp
Setup
Add this to your MCP configuration:
{
"mcpServers": {
"plate": {
"type": "http",
"url": "https://plate.to/mcp"
}
}
}Client | Config location |
Claude Code |
|
Claude Desktop |
|
Cursor | Settings → Cursor Settings → MCP |
Windsurf | Windsurf Settings → MCP Servers |
After adding the server, your client will open a browser window to authorize via your Plate account. No API key setup required — OAuth 2.0 with PKCE handles everything automatically.
Related MCP server: roadmap-skill
Tools
All tools return structured output (JSON Schema defined via outputSchema), compatible with OpenAI, ChatGPT Desktop, and any client that supports the MCP structured content spec.
Read tools (always available)
Tool | Description |
| List all workspaces you belong to |
| List projects in a workspace |
| List sections in a project |
| List tasks in a project (up to 100 by default, configurable with |
| Get full task details — accepts internal ID, prefixed ref ( |
| List workflow statuses for a workspace |
| List task labels for a workspace — use the returned |
| List workspace members |
| List a task's comments (oldest first) — each has |
| Task change history (status changes, assignments, etc.) over a time range — for "what was completed last week" or "what did <person> do". Filters: |
Write tools (require write scope)
Tool | Description |
| Create a task in a project section (use |
| Update task name, status, assignee, section, description, or labels |
| Mark a task as done or reopen it |
| Permanently delete a task |
| Create a new project — returns existing project if name already exists ( |
| Rename a project or update its description |
| Add a section to a project — returns existing section if name already exists ( |
| Rename a section |
| Post a comment on a task |
| Delete a comment |
Batch write tools (require write scope)
Use batch tools when you need to create, update, or delete multiple items at once. They execute atomically and reduce the number of confirmation prompts in AI clients that ask once per tool call.
Tool | Limit | Description |
| 50 | Create multiple tasks in a project at once |
| 50 | Update multiple tasks at once |
| 100 | Complete (or reopen) multiple tasks at once |
| 50 | Permanently delete multiple tasks at once |
| 30 | Create multiple sections in a project at once |
| 30 | Rename multiple sections at once |
| 50 | Add multiple comments to tasks at once |
| 50 | Delete multiple comments at once |
Authentication
Uses OAuth 2.0 with PKCE. On first use, your client opens a browser to sign into your Plate account. You choose a scope (read or read write) and approve access. Tokens refresh automatically — you won't need to re-authorize unless the refresh token expires (30 days).
To revoke access: Workspace Settings → Apps in Plate.
Documentation
Full tool reference and parameter details: plate.to/docs/mcp
Questions: hello@plate.to
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to manage projects, epics, and tasks with atomic locking, real-time dashboard, and multi-agent coordination.MIT
- AlicenseBqualityDmaintenanceEnables AI agents and humans to collaboratively plan and manage tasks with a shared kanban and dependency graph, all stored locally.312672MIT
- AlicenseBqualityAmaintenanceA project tracker for teams of humans and AI agents that coordinates work through plain files (markdown and JSONL), providing an MCP server for agents and a CLI for humans.381112MIT
- AlicenseBqualityCmaintenanceTask planning and tracking for AI agents with project-based organization and Obsidian-compatible markdown storage.139MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Project management MCP for AI agents with safe task reads and writes.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/plate-to/plate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server