Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gitee

FreeNot checked

Full-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.

GitHubEmbed

About

Full-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.

README

Full-featured Gitee MCP server exposing 200+ Gitee API v5 endpoints as Model Context Protocol tools.

Installation

npm install -g mcp-gitee

Or run directly without installing:

npx mcp-gitee

Requirements

Set the GITEE_ACCESS_TOKEN environment variable to your Gitee personal access token.

export GITEE_ACCESS_TOKEN=your_token_here

Optionally override the API base URL (defaults to https://gitee.com/api/v5):

export GITEE_API_URL=https://gitee.com/api/v5

Gitee API Compatibility

Tool coverage is checked against the official Gitee API v5 documentation:

MCP Client Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitee": {
      "command": "npx",
      "args": ["mcp-gitee"],
      "env": {
        "GITEE_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}

Available Tools

Covers all major Gitee API v5 domains:

  • Repositories - create, update, delete, list, file operations, branches, tags, commits
  • Issues - create, update, comment, labels, milestones
  • Pull Requests - create, merge, review, test, labels
  • Users & Organizations - profile, followers, SSH keys, memberships
  • Enterprises - members, repos, issues
  • Gists - create, fork, star, comment
  • Activity - notifications, starring, watching
  • Search - repos, users, issues
  • Git Data - blobs, trees, commits, refs
  • Webhooks, Labels, Milestones, Checks, and more

License

MIT

from github.com/CainDez/mcp-gitee

Install Gitee in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-gitee

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-gitee -- npx -y mcp-gitee

FAQ

Is Gitee MCP free?

Yes, Gitee MCP is free — one-click install via Unyly at no cost.

Does Gitee need an API key?

No, Gitee runs without API keys or environment variables.

Is Gitee hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Gitee in Claude Desktop, Claude Code or Cursor?

Open Gitee on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gitee with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs