create_comment — Plate MCP Tool Mutating
create_comment
(create comment) is one of 28 tools on the
Plate
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_comment from your client
- Claude Code Plate create_comment run in your project directory
- Claude Desktop Plate create_comment ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Plate create_comment ~/.cursor/mcp.json
- VS Code Plate create_comment .vscode/mcp.json
- Zed Plate create_comment ~/.config/zed/settings.json
- Windsurf Plate create_comment ~/.codeium/windsurf/mcp_config.json
- Cline Plate create_comment ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Plate create_comment ~/.gemini/settings.json
- Grok Plate create_comment .mcp.json (in your project root)
- ChatGPT Plate create_comment Settings → Connectors → Advanced → Developer mode
- Claude.ai Plate create_comment Settings → Connectors → Add custom connector
- LangChain Plate create_comment pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://plate.to/mcp
Other tools on this server
- 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_tasks
- update_tasks
- complete_tasks
- delete_tasks
- create_sections
- update_sections
- create_comments
- delete_comments
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.