Plate for Cursor
to.plate/mcp
Minimal project management for teams and AI agents.
client:Cursor
transport:streamable-http
tools:28
Install Plate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://plate.to/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor can do once it is connected
- list_workspaces
- list_projects
- list_tasks
- list_sections
- get_task
- list_comments
- list_members
- list_activity
- list_statuses
- list_labels
- create_task
- update_task
- complete_task
- delete_task
- create_project
- update_project
- create_section
- update_section
- delete_comment
- create_comment
- create_tasks
- update_tasks
- complete_tasks
- delete_tasks