Plane MCP Server
Skills
get_user
Get the current user's information
get_cycle
Get details of a specific cycle
get_label
Get details of a specific label
get_state
Get details of a specific state
get_module
Get details of a specific module
list_cycles
Get all cycles for a specific project
list_labels
Get all labels for a specific project
list_states
Get all states for a specific project
create_cycle
Create a new cycle in a project
create_issue
Create an issue. This requests project_id as uuid parameter. If you have a readable identifier for project, you can use the get_projects tool to get the project_id from it
create_label
Create a new label in a project
create_state
Create a new state in a project
delete_cycle
Delete a cycle
delete_label
Delete a label
delete_state
Delete a state
get_projects
Get all projects for the current user
list_modules
Get all modules for a specific project
update_cycle
Update an existing cycle
update_issue
Update an issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
update_label
Update an existing label
update_state
Update an existing state
create_module
Create a new module in a project
delete_module
Delete a module
update_module
Update an existing module
create_project
Create a new project
create_worklog
Create a new worklog for an issue
delete_worklog
Delete a worklog
get_issue_type
Get details of a specific issue type
update_worklog
Update an existing worklog
add_cycle_issues
Add issues to a cycle
list_issue_types
Get all issue types for a specific project
add_issue_comment
Add a comment to a specific issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
add_module_issues
Add issues to a module. Assign module to issues.
create_issue_type
Create a new issue type in a project
delete_issue_type
Delete an issue type
list_cycle_issues
Get all issues for a specific cycle
update_issue_type
Update an existing issue type
delete_cycle_issue
Remove an issue from a cycle
get_issue_comments
Get all comments for a specific issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
get_issue_worklogs
Get all worklogs for a specific issue
get_total_worklogs
Get total logged time for a project
list_module_issues
Get all issues for a specific module
delete_module_issue
Remove an issue from a module. Unassign module from issue.
get_workspace_members
Get all members in the current workspace
transfer_cycle_issues
Transfer issues from one cycle to another
get_issue_using_readable_identifier
Get all issues for a specific project. When issue identifier is provided something like FIRST-123, ABC-123, etc. For FIRST-123, project_identifier is FIRST and issue_identifier is 123
Configuration
MCP Server
Connect to MCP Server