Gitee MCP
The official Gitee MCP server brings your AI assistant to the Gitee ecosystem, the leading code hosting platform in China. It enables models to manage repositories, track issues, and collaborate on code within Gitee. This is a crucial tool for developers and teams in China who use Gitee for their source control and project management.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"gitee": {
"command": "npx",
"args": [
"-y",
"@gitee/mcp-server"
],
"env": {
"GITEE_PERSONAL_ACCESS_TOKEN": "YOUR_TOKEN"
}
}
}
}Key Features
Repository management and code search
Issue tracking and Pull Request management
Gitee Enterprise feature support
Optimized for Chinese developer workflows
Server Details
The official Gitee MCP server brings your AI assistant to the Gitee ecosystem, the leading code hosting platform in China. It enables models to manage repositories, track issues, and collaborate on code within Gitee. This is a crucial tool for developers and teams in China who use Gitee for their source control and project management.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository