Plate for VS Code
to.plate/mcp
Minimal project management for teams and AI agents.
client:VS Code
transport:streamable-http
tools:28
Install Plate in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://plate.to/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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