github-projects-mcp-server

hoonsubin/github-projects-mcp-server
★ 0 stars TypeScript API Integration Updated 1mo ago
MCP server for GitHub Projects v2, using the SCRUM method
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-projects-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "hoonsubin/github-projects-mcp-server"
      ]
    }
  }
}