MCPServers

Summary

A Model Context Protocol server that enables LLMs to interact with Plane.so project management platform, allowing AI assistants to manage projects and issues through Plane's API. Built by Kelvin Kwong, this implementation provides tools for listing projects, creating and updating issues, filtering by priority, and managing assignees - all while maintaining user control through explicit approval for data modifications. The server uses a stdio transport for communication and includes robust error handling for API interactions, making it particularly valuable for teams looking to integrate AI assistants into their project management workflows.

Available Actions(6)

list-projects

Lists all projects in your Plane workspace. Parameters: None

get-project

Gets detailed information about a specific project. Parameters: project_id (ID of the project to retrieve)

create-issue

Creates a new issue in a specified project. Parameters: project_id (ID of the project), name (Title of the issue), description_html (HTML description, required), priority (optional), state_id (optional), assignees (optional array of user IDs)

list-issues

Lists issues from a specified project with optional filtering. Parameters: project_id (ID of the project), state_id (optional), priority (optional), assignee_id (optional), limit (optional max number of issues to return, default: 50)

get-issue

Gets detailed information about a specific issue. Parameters: project_id (ID of the project), issue_id (ID of the issue to retrieve)

update-issue

Updates an existing issue in a project. Parameters: project_id (ID of the project), issue_id (ID of the issue), name (optional), description_html (optional), priority (optional), state_id (optional), assignees (optional updated array of user IDs)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ