MCP Servers / version-control / GitHub Projects V2

GitHub Projects V2

JSON →
none31version-control

Manage GitHub Projects V2 using the GitHub GraphQL API.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: github-projects-v2
Tools
What this server exposes
list_projects
List GitHub Projects V2 for a given organization or user
get_project_fields
Get fields available in a GitHub Project V2
get_project_items
Get items in a GitHub Project V2 (supports filtering by state or custom single-select fields)
create_issue
Create a new GitHub issue
add_issue_to_project
Add an existing GitHub issue to a Project V2
update_project_item_field
Update a field value for a project item
create_draft_issue
Create a draft issue directly in a GitHub Project V2
delete_project_item
Delete an item from a GitHub Project V2
Configuration
Environment & auth
authnone
envGITHUB_TOKEN
Resources
GitHub Projects V2 — MCP Server · libregistry