Create issues, update project status, manage sprints, and search your Linear workspace directly from Claude Code — keeping your code and project management perfectly in sync.
The Linear MCP gives Claude Code access to your Linear workspace via the Linear GraphQL API. It can create and update issues, manage projects and milestones, assign work, and search across your entire backlog — making it effortless to keep your engineering workflow synchronized with your code changes.
mcpizy install linear
Generate a Linear API key from your workspace settings under API > Personal API keys. Paste it during MCPizy installation.
You discover a bug while coding. Have Claude log it immediately:
// Claude creates a Linear issue:
// Title: "NullPointerException in UserService.getProfile()"
// Team: Backend
// Priority: High
// Labels: bug, regression
// Links to: current git branch
needs-design, blocked.