gitee-mcp
Provides tools for interacting with Gitee (gitee.com), China's largest code hosting platform, including repo intel (details, README, language mix, commits, file tree, branches), search for users and repos, a live humming radar of activity, webhook event feeds, and translation of Chinese descriptions and issues to English via local LLM.
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., "@gitee-mcpWhat's trending on Gitee right now?"
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.
gitee-mcp
A bridge to Gitee (gitee.com), China's largest GitHub-style platform: see what is humming in the Chinese open-source world, pull repo intel, search users and repos, and translate Chinese descriptions to English with your local LLM.
What this wraps
Gitee is the biggest Chinese-language code hosting platform (12M+ users, home of OpenHarmony, dromara/hutool, macrozheng/mall and much of China's OSS). Its ecosystem is nearly invisible from Western tooling, and its API is rate-limited and partially token-gated. gitee-mcp bridges it: anonymous mode works out of the box, a free token unlocks full search. See docs/WRAPPEE.md for the full picture.
Related MCP server: Gitee
What You Can Do
Humming radar - a live, ranked view of what is active on Gitee, computed from real commit/star/fork data (Gitee has no public trending API; the radar is our transparent methodology, not a simulation).
Repo intel - details, README, language mix, recent commits, file tree and branches for any public repo.
Search - users anonymously; repos with a free token.
Translation - Chinese descriptions, issues and commits to English via Ollama (dictionary gloss fallback when no local model is running).
Webhooks - receive push/star/fork events and watch the feed.
Webapp - dark-theme dashboard for all of the above (ports 11161/11162).
Preview
Dashboard |
|
Dark-theme dashboard: humming radar hero, KPI cards, onboarding cue. |
Quick Install
Option A - drag and drop (Claude Desktop): download
gitee-mcp-v0.1.0.mcpb from
Releases and
drag it onto Claude Desktop. Works immediately in anonymous mode.
Option C - manual:
git clone https://github.com/sandraschi/gitee-mcp
cd gitee-mcp && uv syncAdd to claude_desktop_config.json:
{
"mcpServers": {
"gitee-mcp": {
"command": "uv",
"args": ["--directory", "C:\\path\\to\\gitee-mcp", "run", "python", "-m", "gitee_mcp.server"]
}
}
}All methods: INSTALL.md.
First time? Complete docs/ONBOARDING.md to create a free Gitee token (optional but unlocks repo search).
Example Prompts
"What is humming on Gitee right now?"
"Show me the 10 most active Python repos on Gitee, translated to English."
"Profile dromara/hutool and summarize its README."
"Search Gitee for users named macrozheng."
"Translate this to English: 企业级微服务快速开发框架"
Documentation
Doc | Contents |
All install methods (A-D), prerequisites | |
Free Gitee token, tier comparison, pitfalls | |
Gitee overview, API quirks, community links | |
Dual transport, REST surface, caching, ports | |
All env vars | |
Every tool and operation | |
Dev setup, tests, contributing | |
Common issues and fixes |
Requirements
Python 3.11+ (via
uv)Claude Desktop or any MCP host
Optional: Ollama (
winget install Ollama.Ollama,ollama pull qwen2.5:7b) for translationOptional: free Gitee token for repo search
License
MIT
This server cannot be installed
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-qualityBmaintenanceGitee API integration, repository, issue, and pull request management, and more.61MIT
- AlicenseBqualityCmaintenanceFull-featured MCP server exposing 200+ Gitee API v5 endpoints for repository, issue, pull request, user, enterprise, gist, and search management.10023MIT
- Alicense-qualityDmaintenanceEnables AI-powered GitHub interactions including repository analysis, code search, PR reviews, and more through the MCP protocol.4MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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/sandraschi/gitee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
