Google PageRank for AI agents. 25,000+ tools indexed.

github-projects-mcp MCP Server

hiibolt/github-projects-mcp

Score: 49.6 Rank #91 MCP Server
Are you the maintainer of hiibolt/github-projects-mcp? Claim this listing →

MCP server for GitHub Projects (v2) — wraps the gh CLI to expose project board operations as tools for AI assistants

Add AgentRank to Claude Code Discover and compare tools like hiibolt/github-projects-mcp — your AI finds the right one automatically
Get API Access →
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

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for hiibolt/github-projects-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/hiibolt--github-projects-mcp)](https://agentrank-ai.com/tool/hiibolt--github-projects-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/hiibolt--github-projects-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/hiibolt--github-projects-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="hiibolt/github-projects-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.