Back to MCP Servers
🔌

kopfrechner/gitlab-mr-mcp

MITAPI key required

📇 ☁️ - Interact seamlessly with issues and merge requests of your GitLab projects.

JavaScriptDev Tools

Install

npx -y -y @smithery/cli@latest

Required environment variables

YOUR_GITLAB_TOKENSet in your MCP config
MR_MCP_GITLAB_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kopfrechner-gitlab-mr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli@latest"
      ],
      "env": {
        "YOUR_GITLAB_TOKEN": "<YOUR_YOUR_GITLAB_TOKEN>",
        "MR_MCP_GITLAB_TOKEN": "<YOUR_MR_MCP_GITLAB_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.