关于
GitHub Projects provides a Model Context Protocol (MCP) server designed to streamline the management of GitHub Projects V2. Utilizing the GitHub GraphQL API, it allows users to interact with projects via MCP clients, enabling functionalities such as listing and viewing projects, retrieving fields and items (including issues, pull requests, and draft issues), creating new issues, updating field values, and deleting items.
主要功能
- Creates draft issues directly in projects
- Gets project fields and items (issues, PRs, draft issues)
- Deletes items from projects
- Lists and views GitHub Projects V2 for users and organizations
- 7 GitHub stars
- Updates project item field values
- Creates issues and adds them to projects
使用案例
- Automating project item updates using an MCP server
- Managing GitHub Projects V2 via an MCP client like Claude Desktop
- Integrating GitHub Projects V2 data into a wider MCP ecosystem