Plate MCP
Lightweight project management for teams and AI agents.
README
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 | .mcp.json in project root, or ~/.claude/.mcp.json globally |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
| 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.
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_workspaces |
List all workspaces you belong to |
list_projects |
List projects in a workspace |
list_sections |
List sections in a project |
list_tasks |
List tasks in a project (up to 100 by default, configurable with limit), or find by public number (workspaceId + number) |
get_task |
Get full task details — accepts internal ID, prefixed ref (SCD-426), or workspaceId + number |
list_statuses |
List workflow statuses for a workspace |
list_members |
List workspace members |
Write tools (require write scope)
| Tool | Description |
|---|---|
create_task |
Create a task in a project section (use update_task for existing tasks) |
update_task |
Update task name, status, assignee, section, or description |
complete_task |
Mark a task as done or reopen it |
delete_task |
Permanently delete a task |
create_project |
Create a new project — returns existing project if name already exists (created: false) |
update_project |
Rename a project or update its description |
create_section |
Add a section to a project — returns existing section if name already exists (created: false) |
update_section |
Rename a section |
create_comment |
Post a comment on a task |
delete_comment |
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 |
|---|---|---|
create_tasks |
50 | Create multiple tasks in a project at once |
update_tasks |
50 | Update multiple tasks at once |
complete_tasks |
100 | Complete (or reopen) multiple tasks at once |
delete_tasks |
50 | Permanently delete multiple tasks at once |
create_sections |
30 | Create multiple sections in a project at once |
update_sections |
30 | Rename multiple sections at once |
create_comments |
50 | Add multiple comments to tasks at once |
delete_comments |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.