Overview
What is Linear MCP Server?
Linear MCP Server is a Model Context Protocol (MCP) server designed for Linear, enabling integration with Linear's API to manage teams, issues, projects, and cycles effectively.
How to use Linear MCP Server?
To use the Linear MCP Server, install it through the Cline MCP Marketplace, configure your Linear credentials in the MCP configuration file, and verify the installation by testing the connection with the linear_search_issues tool.
Key features of Linear MCP Server?
- Retrieve all teams with their states and labels using
linear_get_teams. - Search for issues with filtering and pagination using
linear_search_issues. - Get all cycles for a team using
linear_get_cycles. - Get all projects using
linear_get_projects. - Create and update issues with
linear_create_issueandlinear_update_issuetools.
Use cases of Linear MCP Server?
- Managing team structures and states in Linear.
- Searching and filtering issues for better project management.
- Tracking project cycles and milestones.
- Creating and updating issues programmatically.
FAQ from Linear MCP Server?
- What is required to run the Linear MCP Server?
You need a Linear OAuth token and proper configuration in the MCP configuration file.
- Is there a verification step after installation?
Yes, it is crucial to verify the connection to ensure the server is working properly.
- What programming language is used for the server?
The server is built using TypeScript.