github-projects-mcp MCP Server
hiibolt/github-projects-mcp
MCP server for GitHub Projects (v2) — wraps the gh CLI to expose project board operations as tools for AI assistants
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
hiibolt/github-projects-mcp is a TypeScript MCP server. MCP server for GitHub Projects (v2) — wraps the gh CLI to expose project board operations as tools for AI assistants
Ranked #91 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# github-projects-mcp
An MCP (Model Context Protocol) server that exposes GitHub Projects (v2) operations as tools. It wraps the [`gh` CLI](https://cli.github.com) to let AI assistants list, view, create, edit, and archive items on your GitHub project boards.
## Prerequisites
- [Node.js](https://nodejs.org/) or [Bun](https://bun.sh/)
- [`gh` CLI](https://cli.github.com) installed and authenticated
- The `project` scope on your GitHub token — run `gh auth refresh -s project` if needed
## Setup
```bash
git clone https://github.com/hiibolt/github-projects-mcp.git
cd github-projects-mcp
npm install # or: bun install
```
## Usage
### Claude Code
Add to your Claude Code MCP config (`.claude/settings.json` or `.claude/settings.local.json`):
```json
{
"mcpServers": {
"github-projects": {
"type": "stdio",
"command": "npx",
"args": ["tsx", "/path/to/github-projects-mcp/index.ts"],
"env": {
"GH_OWNER": "your-github-username-or-org"
}
}
Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.