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 that facilitates interaction with Linear's API for managing issues, projects, and teams programmatically.
The Linear MCP Server is designed to streamline the management of issues, projects, and teams within the Linear platform by providing a robust interface for AI agents. This server leverages the Model Context Protocol to enable seamless communication and integration with various AI tools and platforms. By utilizing Linear's API, the server allows for the creation, listing, and updating of issues, as well as the management of teams and projects. It is built with TypeScript and utilizes the Linear SDK and MCP SDK to ensure efficient and reliable operations. The server is particularly useful for developers and teams looking to automate and enhance their workflow within the Linear ecosystem.
Features
- Issue Management: Create, list, and update issues with customizable properties and flexible filtering options.
- Team Management: List all teams and access detailed information about each team.
- Project Management: List and view details of projects with optional team filtering.
- Comprehensive Error Handling: Provides detailed error messages for invalid API keys, missing parameters, and other issues.
- Development Tools: Includes an MCP Inspector for debugging and auto-rebuild capabilities for development.
Tools
create_issue
Creates a new issue in Linear with customizable properties.
list_issues
Lists issues with optional filters such as team, assignee, and status.
update_issue
Updates an existing issue with new properties.
list_teams
Lists all teams in the workspace.
list_projects
Lists all projects with optional team filtering.