linear-mcp
If you are the rightful owner of linear-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Linear's API, enabling AI agents to manage issues, projects, and teams programmatically.
The Linear MCP Server is a custom implementation designed to facilitate seamless interaction with Linear's API. It allows AI agents to manage issues, projects, and teams programmatically through the Linear platform. This server is built using TypeScript and leverages the Linear SDK and MCP SDK for robust functionality. It supports comprehensive error handling and is designed to integrate smoothly with various platforms, including Claude Desktop, VS Code Extension (Cline), and Cursor. The server communicates via stdio and implements the Model Context Protocol, ensuring efficient and reliable operations.
Features
- Issue Management: Create, list, and update issues with customizable properties and flexible filtering options.
- Team Management: List all teams in the workspace and access detailed team information.
- Project Management: List and view project details with optional team filtering.
Tools
create_issue
Creates a new issue in Linear with customizable properties.
list_issues
Lists issues with optional filters for team, assignee, and status.
update_issue
Updates an existing issue with new details.
list_teams
Lists all teams in the workspace.
list_projects
Lists all projects with optional team filtering.