mcp-gitee
Provides tools for managing Gitee repositories, issues, pull requests, users, organizations, enterprises, gists, activity, search, git data, webhooks, labels, milestones, checks, and more via the Gitee API v5.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-giteeshow my latest pull requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-gitee
Full-featured Gitee MCP server exposing 200+ Gitee API v5 endpoints as Model Context Protocol tools.
Installation
npm install -g mcp-giteeOr run directly without installing:
npx mcp-giteeRelated MCP server: forgejo-mcp
Requirements
Set the GITEE_ACCESS_TOKEN environment variable to your Gitee personal access token.
export GITEE_ACCESS_TOKEN=your_token_hereOptionally override the API base URL (defaults to https://gitee.com/api/v5):
export GITEE_API_URL=https://gitee.com/api/v5Gitee API Compatibility
Tool coverage is checked against the official Gitee API v5 documentation:
Swagger UI: https://gitee.com/api/v5/swagger
Machine-readable spec: https://gitee.com/api/v5/doc_json
Last checked documentation version:
5.4.92
MCP Client Configuration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"gitee": {
"command": "npx",
"args": ["mcp-gitee"],
"env": {
"GITEE_ACCESS_TOKEN": "your_token_here"
}
}
}
}Available Tools
Covers all major Gitee API v5 domains:
Repositories - create, update, delete, list, file operations, branches, tags, commits
Issues - create, update, comment, labels, milestones
Pull Requests - create, merge, review, test, labels
Users & Organizations - profile, followers, SSH keys, memberships
Enterprises - members, repos, issues
Gists - create, fork, star, comment
Activity - notifications, starring, watching
Search - repos, users, issues
Git Data - blobs, trees, commits, refs
Webhooks, Labels, Milestones, Checks, and more
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP Tool Server for Gitee, supporting the management of repository files/branches, Issues, and Pull Requests.20337MIT
- Alicense-qualityDmaintenanceAn MCP server for managing your repositories on Forgejo/Gitea server.65Mozilla Public 2.0
- Alicense-qualityDmaintenanceMCP server for the GitCode API, enabling AI assistants to interact with GitCode repositories, issues, pull requests, and more.1MIT
- Flicense-qualityCmaintenanceUnified MCP server for Git forge management across GitHub, GitLab, Gitea, and Bitbucket, enabling repository, issue, PR, and CI/CD operations via CLI tools and APIs.
Related MCP Connectors
Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.
A MCP server built for developers enabling Git based project management with project and personal…
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CainDez/mcp-gitee'
If you have feedback or need assistance with the MCP directory API, please join our Discord server