makeplane
Integrates with Plane's project management APIs to enable creation and management of projects, issues, cycles, modules, and work logs through over 30 specialized tools for automating workflow tasks.
Get all issue types for a specific project
Get details of a specific issue type
Create a new issue type in a project
Update an existing issue type
Delete an issue type
Get all states for a specific project
Get details of a specific state
Create a new state in a project
Update an existing state
Delete a state
Get all labels for a specific project
Get details of a specific label
Create a new label in a project
Update an existing label
Delete a label
Get the current user's information
Get all members in the current workspace
Get all projects for the current user
Create a new project
Get all modules for a specific project
Get details of a specific module
Create a new module in a project
Update an existing module
Delete a module
Get all issues for a specific module
Add issues to a module. Assign module to issues.
Remove an issue from a module. Unassign module from issue.
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
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
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
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
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
Get all cycles for a specific project
Get details of a specific cycle
Create a new cycle in a project
Update an existing cycle
Delete a cycle
Transfer issues from one cycle to another
Get all issues for a specific cycle
Add issues to a cycle
Remove an issue from a cycle
Get all worklogs for a specific issue
Get total logged time for a project
Create a new worklog for an issue
Update an existing worklog
Delete a worklog
Connect to MCP Server
Required environment variables:
PLANE_API_KEY
PLANE_API_HOST_URL
PLANE_WORKSPACE_SLUG