7 months ago
A Model Context Protocol (MCP) server that provides tools for managing GitHub Projects V2. This server uses the GitHub GraphQL API for interacting with GitHub Projects V2 for project board management and tracking tickets/issues.
Tools
list_projects
get_project_fields
get_project_items
create_issue
add_issue_to_project
update_project_item_field
create_draft_issue
delete_project_item
Server Config
{
"mcpServers": {
"github-projects": {
"command": "uvx",
"args": [
"mcp-github-projects"
],
"env": {
"GITHUB_TOKEN": "<YOUR_TOKEN_HERE>"
}
}
}
}