mcpbeat Sign in

Gitee MCP Server

local only

Gitee MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 11 Sep 2026.

让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)

Installs per day peak 126 · avg 4
a month agotoday
34
Installs / week
npm · gitee-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gitee MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gitee-mcp-server -- npx -y gitee-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitee-mcp-server": {
      "args": [
        "-y",
        "gitee-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitee-mcp-server]
command = "npx"
args = ["-y", "gitee-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitee-mcp-server": {
      "args": [
        "-y",
        "gitee-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitee-mcp-server": {
      "args": [
        "-y",
        "gitee-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITEE_ACCESS_TOKEN (Gitee 私人令牌(可选;不填则运行于 Mock 演示模式,填了自动切 Real 模式)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gitee MCP Server

same job, measured the same way
Changelog AI MCP
by csoai-org

Changelog Ai MCP Server by MEOK AI Labs

200 installs/wk local only
AI Changelog Writer
by lazymac2x

Cloudflare Workers MCP server: ai-changelog-writer

5 tools answering
API Changelog Tracker
by lazymac2x

Cloudflare Workers MCP server: api-changelog-tracker

6 tools answering
Changelog
by ryudi84

MCP server for generating changelogs from conventional commits.

local only
Github Repo MCP
by thedhruv-07

MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.

174 installs/wk local only
Uk Parliament Committees
by nick-ma

MCP server for UK Parliament Committees API

24 installs/wk local only
Diffpilot
by bkalafat

MCP server for PR code review, commit messages, changelogs, and secret detection.

local only
Commit Message AI MCP
by csoai-org

Commit Message Ai MCP Server by MEOK AI Labs

248 installs/wk local only

Gitee MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitee MCP Server?
Gitee MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gitee-mcp was installed 34 times last week.
How do I connect Gitee MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gitee-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gitee MCP Server?
The npm package gitee-mcp was installed 34 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitee MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.