Overview
what is Linear MCP Server?
Linear MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction with Linear's API, enabling users to manage teams, issues, projects, and cycles efficiently.
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 using
linear_create_issueandlinear_update_issue
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 their statuses.
- Creating and updating issues directly through the API.
FAQ from Linear MCP Server?
- How do I get a Linear OAuth token?
You can create a Linear OAuth application at Linear's API settings and generate a user-based developer token.
- What programming language is the server built with?
The server is built using TypeScript.
- Is there a license for this project?
Yes, the project is licensed under the MIT license.