Submit

Github Projects Mcp Server

@Arclio

A Model Context Protocol (MCP) server that provides tools for managing GitHub Projects V2. This server uses the GitHub GraphQL API for interacting with GitHub Projects V2 for project board management and tracking tickets/issues.
Overview

what is GitHub Projects MCP Server?

GitHub Projects MCP Server is a Model Context Protocol (MCP) server designed to manage GitHub Projects V2, utilizing the GitHub GraphQL API for project board management and issue tracking.

how to use GitHub Projects MCP Server?

To use the server, integrate it with any MCP client, such as Claude Desktop, by adding it to your MCP client configuration. You can either use a published package or run it from the source code.

Option 1: Using Published Package

Configure your MCP client with the necessary command and GitHub Personal Access Token.

Option 2: From Source Code

Clone the repository, set up a virtual environment, install dependencies, and configure your GitHub token.

key features of GitHub Projects MCP Server?

  • List and view GitHub Projects V2 for users and organizations.
  • Create and manage issues and draft issues within projects.
  • Update and delete project items.
  • Access project fields and items through the API.

use cases of GitHub Projects MCP Server?

  1. Managing project boards for software development.
  2. Tracking issues and pull requests in GitHub Projects V2.
  3. Automating project management tasks through MCP clients.

FAQ from GitHub Projects MCP Server?

  • What is required to run the server?

You need a GitHub Personal Access Token with specific permissions to interact with GitHub Projects V2.

  • Can I use this server with any MCP client?

Yes, it can be integrated with any MCP client that supports the Model Context Protocol.

  • Is there documentation available for the tools?

Yes, detailed usage information is provided in the server code.

Server Config

{
  "mcpServers": {
    "github-projects": {
      "command": "uvx",
      "args": [
        "mcp-github-projects"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_TOKEN_HERE>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.