Skip to content

Gitee

Free

by MCP Community

Model Context Protocol (MCP) server for Gitee

v0.1.16Added Apr 12, 2026
mcpgiteemodel context protocolmodelcontext
Works with:ClaudeGPTGeminiCopilot

Gitee MCP Server

Model Context Protocol (MCP) server for Gitee

Installation

npx -y @gitee/mcp-gitee

Reviews

Leave a Review

Installation

Quick install
npx -y @gitee/mcp-gitee
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gitee": {
      "command": "npx",
      "args": ["-y", "@gitee/mcp-gitee"]
    }
  }
}