Gitlab Issue Creator
Freeby MCP Community
MCP server for creating GitLab issues (self-hosted compatible).
v1.0.8Added Apr 12, 2026
mcpmodel-context-protocolgitlabgitlab-apiissues
Gitlab Issue Creator MCP Server
MCP server for creating GitLab issues (self-hosted compatible).
Installation
Reviews
Installation
Quick install
npx -y gitlab-issue-creator-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab-issue-creator": {
"command": "npx",
"args": ["-y", "gitlab-issue-creator-mcp"]
}
}
}