Linear-MCP-Server
2.5
The Linear MCP Server is designed to facilitate seamless interaction between AI assistants like Claude and the Linear project management system using the Model Context Protocol. It leverages Linear's GraphQL API to perform various project management tasks, such as retrieving and modifying user, team, and project data, through a simple and documented interface.
Linear MCP Server
A Model Context Protocol (MCP) server for interacting with the Linear GraphQL API through AI assistants.
Features
- Access Linear's GraphQL API
- Authentication via Linear API key
- Retrieve and modify data related to users, teams, projects, and issues
- Create, update, and comment on issues
- Manage labels and projects
- Comprehensive documentation
Installation
- Recommended: Automatic installation via Smithery
- Manual configuration requires adding settings to your MCP file
Prerequisites
- Node.js, NPM or Yarn
- Linear API token
Usage
- Install globally or clone locally
- Start server with API token
Development
- Clone repo and install dependencies
- Run in development mode
- Follow TOOLS.md for extending functionalities
License
Licensed under the MIT License.