GitScrum Studio MCP server for AI-powered project management. 29 tools covering tasks, sprints, time tracking, invoicing, proposals, client workflows, analytics, standups, wikis, and discussions. Supports 160+ operations with built-in OAuth device flow authentication.
Overview
GitScrum Studio MCP Server
Model Context Protocol server for GitScrum. Ship faster with AI-powered project management.
Features
- 29 tools, 160+ operations — tasks, sprints, time tracking, invoicing, proposals, analytics, standups, wikis, discussions, client CRM, and more
- OAuth device flow — authenticate via browser, no API keys to configure
- Cross-platform — macOS, Windows, Linux
- Works with Claude Desktop, VS Code, Cursor, Windsurf, and any MCP-compatible client
Quick start
npx -y @gitscrum-studio/mcp-server
Links
npm: https://www.npmjs.com/package/@gitscrum-studio/mcp-server
GitHub: https://github.com/gitscrum-core/mcp-server
Website: https://gitscrum.com
Server Config
{
"mcpServers": {
"gitscrum": {
"command": "npx",
"args": [
"-y",
"@gitscrum-studio/mcp-server"
]
}
}
}