Gitee MCP Server for Claude Desktop
io.github.paulseth/gitee-mcp-server
让 AI 用自然语言管理 Gitee 仓库:查 star、管 Issue、基于 commit 生成中文 CHANGELOG(原生无此 API)
client:Claude Desktop
transport:stdio
runtime:npm
Install Gitee MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gitee-mcp-server": {
"command": "npx",
"args": [
"-y",
"gitee-mcp"
],
"env": {
"GITEE_ACCESS_TOKEN": "<GITEE_ACCESS_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs