飞书文档
vlatest
MCP ServerMCP Hub 中国
io.mcp-cn.feishu-mcp
飞书的MCP服务器,支持文档管理等功能
stdionpm
io.mcp-cn.gitee/mcp-gitee · vlatest
Gitee的MCP服务器,支持代码仓库管理、问题跟踪等功能
Gitee 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-gitee": {
"command": "npx",
"args": [
"-y",
"@gitee/mcp-gitee"
],
"env": {
"GITEE_API_BASE_URL": "<GITEE_API_BASE_URL>",
"GITEE_ACCESS_TOKEN": "<GITEE_ACCESS_TOKEN>"
}
}
}
}GITEE_API_BASE_URL必填https://gitee.com/api/v5
GITEE_ACCESS_TOKEN必填secret<YOUR_GITEE_TOKEN>
vlatest
io.mcp-cn.feishu-mcp
飞书的MCP服务器,支持文档管理等功能
vlatest
io.mcp-cn.agentdeskai/browser-tools-mcp
提供浏览器自动化操作的MCP工具集
vlatest
io.mcp-cn.negokaz/excel-mcp-server
Excel文件的MCP服务器,支持Excel文件的读取和写入
vlatest
io.mcp-cn.wonderwhy-er/desktop-commander
桌面自动化和系统操作的MCP工具
vlatest
io.mcp-cn.task-master-ai
智能任务管理和自动化的MCP工具
vlatest
io.mcp-cn.modelcontextprotocol/server-sequential-thinking
帮助AI进行结构化思考和推理的MCP工具
{
"id": "io.mcp-cn.gitee/mcp-gitee",
"type": "mcp-server",
"version": "latest",
"displayName": "Gitee",
"description": "Gitee的MCP服务器,支持代码仓库管理、问题跟踪等功能",
"author": {
"name": "Gitee"
},
"iconUrl": "https://gitee.com/assets/favicon.ico",
"homepage": "https://mcp-cn.com/server/105",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@gitee/mcp-gitee",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GITEE_API_BASE_URL",
"description": "https://gitee.com/api/v5",
"isRequired": true,
"isSecret": false
},
{
"name": "GITEE_ACCESS_TOKEN",
"description": "<YOUR_GITEE_TOKEN>",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:2002",
"代码管理",
"版本控制",
"开发工具",
"Gitee"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "@gitee/mcp-gitee",
"originalUrl": "https://mcp-cn.com/server/105",
"isOfficial": false,
"status": "active"
}
}