gh-projects-mcp

EMBLEM-NLP/gh-projects-mcp
★ 0 stars JavaScript Code/Dev Tools Updated today
MCP server for managing GitHub Projects v2 (fields, items, views, sub-issues, status updates) from any repo/chat
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gh-projects-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EMBLEM-NLP/gh-projects-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for managing [GitHub Projects v2](https://docs.github.com/en/issues/planning-and-tracking-with-projects) — fields, items, views, sub-issues, and status updates — from any repo, chat, or editor that speaks MCP (Claude Code, Claude Desktop, VS Code Copilot, etc.). Every tool takes `owner`/`repo`/project `number` as explicit parameters. Nothing is hardcoded to one

Tools (19)

gh_auth_statusgh_issue_creategh_issue_listgh_label_ensuregh_project_creategh_project_field_creategh_project_field_listgh_project_item_addgh_project_item_archivegh_project_item_editgh_project_item_listgh_project_linkgh_project_listgh_project_viewgh_project_view_creategh_project_view_deletegh_project_views_listgh_status_update_creategh_subissue_link