让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)
Install
Run one of the commands below, then add the client config underneath.
npx -y gitee-mcpClient configuration
Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.
{
"mcpServers": {
"gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
]
}
}
}About this server
Gitee MCP Server is listed in the Developer Tools category of the MCPNav directory. It is distributed as npm and can be loaded by any client that speaks the Model Context Protocol.
Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.
Frequently asked questions
What is the Gitee MCP Server MCP server?+
Gitee MCP Server is an MCP server by PaulSeth. 让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)
How do I install Gitee MCP Server?+
Install it with: npx -y gitee-mcp. Then add the JSON config to your client's MCP settings and restart the client.
Is Gitee MCP Server free to use?+
The MCP server itself is free to install. The source is public on https://github.com/PaulSeth/gitee-mcp-server. Any third-party API it calls (such as a search or maps API) may require its own key and billing.
Which clients support Gitee MCP Server?+
Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.