Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm
io.mcp-cn.zereight/mcp-gitlab · vlatest
GitLab的MCP服务器,支持GitLab的读取和写入
热度数据
GitLab 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-gitlab": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "<GITLAB_PERSONAL_ACCESS_TOKEN>",
"GITLAB_API_URL": "<GITLAB_API_URL>",
"GITLAB_READ_ONLY_MODE": "<GITLAB_READ_ONLY_MODE>",
"USE_GITLAB_WIKI": "<USE_GITLAB_WIKI>",
"USE_MILESTONE": "<USE_MILESTONE>",
"USE_PIPELINE": "<USE_PIPELINE>"
}
}
}
}GITLAB_PERSONAL_ACCESS_TOKEN必填secret<YOUR_GITLAB_TOKEN>
GITLAB_API_URL必填<YOUR_GITLAB_API_URL>
GITLAB_READ_ONLY_MODE必填false
USE_GITLAB_WIKI必填false
USE_MILESTONE必填false
USE_PIPELINE必填false
vlatest
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
vlatest
io.mcp-cn.markitdown-mcp-npx
MarkItDown MCP服务器,提供无Docker依赖的NPX包装器,支持直接运行Microsoft的markitdown-mcp服务器,包括自动Python环境设置和依赖管理
vlatest
io.mcp-cn.12306-mcp
12306的MCP服务器,支持12306的读取
vlatest
io.mcp-cn.bilibili-mcp
Bilibili的MCP服务器,支持Bilibili的内容搜索
vlatest
io.mcp-cn.upstash/context7-mcp
基于Upstash的向量搜索和上下文管理MCP服务
vlatest
io.mcp-cn.figma-developer-mcp
连接Figma的MCP服务器,支持设计文件管理和操作
{
"id": "io.mcp-cn.zereight/mcp-gitlab",
"type": "mcp-server",
"version": "latest",
"displayName": "GitLab",
"description": "GitLab的MCP服务器,支持GitLab的读取和写入",
"author": {
"name": "zereight"
},
"iconUrl": "https://static-00.iconduck.com/assets.00/gitlab-icon-1024x942-f30d1qro.png",
"homepage": "https://mcp-cn.com/server/91",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@zereight/mcp-gitlab",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GITLAB_PERSONAL_ACCESS_TOKEN",
"description": "<YOUR_GITLAB_TOKEN>",
"isRequired": true,
"isSecret": true
},
{
"name": "GITLAB_API_URL",
"description": "<YOUR_GITLAB_API_URL>",
"isRequired": true,
"isSecret": false
},
{
"name": "GITLAB_READ_ONLY_MODE",
"description": "false",
"isRequired": true,
"isSecret": false
},
{
"name": "USE_GITLAB_WIKI",
"description": "false",
"isRequired": true,
"isSecret": false
},
{
"name": "USE_MILESTONE",
"description": "false",
"isRequired": true,
"isSecret": false
},
{
"name": "USE_PIPELINE",
"description": "false",
"isRequired": true,
"isSecret": false
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:11744",
"GitLab",
"版本控制",
"代码管理",
"MCP"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "@zereight/mcp-gitlab",
"originalUrl": "https://mcp-cn.com/server/91",
"isOfficial": false,
"status": "active"
}
}