This MCP server, developed by jerhadf, provides seamless integration with Linear's issue tracking system for AI assistants. It offers tools for creating, updating, searching, and commenting on Linear issues through natural language interactions. The server leverages Linear's GraphQL API, enabling AI models to perform operations like creating high-priority bugs, finding in-progress tasks, and analyzing team workloads. Key features include flexible issue filtering, user-specific views, and support for markdown in descriptions and comments. By bridging AI capabilities with Linear's project management features, this implementation enhances issue tracking, task prioritization, and team collaboration through natural language. It is particularly useful for scenarios requiring dynamic project management, AI-assisted bug reporting, and automated task organization in software development workflows.
Create a new Linear issue. Required inputs: title (string), teamId (string). Optional inputs: description (string), priority (number, 0-4), status (string).
Update an existing Linear issue. Required input: id (string). Optional inputs: title (string), description (string), priority (number, 0-4), status (string).
Search for issues with flexible filtering. Optional inputs: query (string), teamId (string), status (string), assigneeId (string), labels (string[]), priority (number), limit (number, default: 10).
Get issues assigned to a user. Optional inputs: userId (string), includeArchived (boolean), limit (number, default: 50).
Add a comment to a Linear issue. Required inputs: issueId (string), body (string). Optional inputs: createAsUser (string), displayIconUrl (string).
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs