MCP Catalogs
Home

mcp-github-project-manager vs github-to-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-github-project-manager
by kunwarVivek
github-to-mcp
by nirholas
Stars★ 88★ 28
30d uses
Score4645
Official
Categories
GitHubDeveloper ToolsAI / LLM Tools
Developer ToolsAI / LLM ToolsGitHub
LanguageTypeScriptTypeScript
Last commit4 mo agothis month

mcp-github-project-manager · Summary

An MCP server for GitHub project management with AI-powered task generation and requirements traceability.

github-to-mcp · Summary

Converts GitHub repositories into MCP servers by extracting tools from OpenAPI, GraphQL & REST APIs.

mcp-github-project-manager · Use cases

  • AI-assisted project planning with automatic PRD generation from project ideas
  • Automated task breakdown with complexity analysis and effort estimation
  • Requirements traceability management with bidirectional links and impact analysis

github-to-mcp · Use cases

  • Enable AI assistants to explore and interact with codebases programmatically
  • Automatically generate MCP servers from existing API documentation
  • Integrate AI assistants with proprietary or internal code repositories

mcp-github-project-manager · Install

Installation

Option 1: Install from npm (recommended)

npm install -g mcp-github-project-manager

Option 2: Install from source

git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run build

Set up environment variables

cp .env.example .env
# Edit .env with your GitHub token and details

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "github-project-manager": {
      "command": "mcp-github-project-manager",
      "args": []
    }
  }
}

github-to-mcp · Install

Web UI (Easiest)

Visit [github-to-mcp.vercel.app](https://github-to-mcp.vercel.app) — Paste any GitHub URL, click Generate, download your MCP server.

CLI (One Command)

npx @nirholas/github-to-mcp https://github.com/stripe/stripe-node

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "github-repo": {
      "command": "npx",
      "args": ["@nirholas/github-to-mcp", "https://github.com/your/repo"],
      "env": {}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.