This Linear MCP server provides a bridge between AI assistants and Linear's project management platform. Built with TypeScript and leveraging the Linear SDK, it offers tools for issue, team, and project management. The implementation focuses on simplifying interactions with Linear's API, making it accessible for AI models to create, list, and update issues, as well as retrieve team and project information. It's particularly useful for tasks like automated issue tracking, project status reporting, or integrating task management into AI-driven workflows, enabling assistants to interact with Linear without requiring deep knowledge of the underlying API complexities.
Creates a new issue in Linear. Parameters: title (string, required), description (optional string), teamId (string, required), assigneeId (optional string), priority (optional number 0-4), labels (optional array of strings)
Lists issues with optional filters. Parameters: teamId (optional string), assigneeId (optional string), status (optional string), first (optional number, default: 50)
Updates an existing issue. Parameters: issueId (string, required), title (optional string), description (optional string), status (optional string), assigneeId (optional string), priority (optional number 0-4), labels (optional array of strings)
Lists all teams in the workspace. No parameters required.
Lists all projects with optional filtering. Parameters: teamId (optional string), first (optional number, default: 50)
Gets detailed information about a specific issue. Parameters: issueId (string, required)
No reviews yet. Be the first to review!
Sign in to join the conversation