Skip to content

Gitlab

Free

by MCP Community

MCP server for using the GitLab API

v2.0.35Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Gitlab MCP Server

MCP server for using the GitLab API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @rokrokss/mcp-gitlab
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gitlab": {
      "command": "npx",
      "args": ["-y", "@rokrokss/mcp-gitlab"]
    }
  }
}