Linear MCP Server
by samcfinan
Linear MCP Server
A Model Context Protocol server for the Linear API.
Intended to be more feature rich than existing Linear MCP servers and intended for holistic project management via Claude.
This is based off of https://github.com/jerhadf/linear-mcp-server with more functionality.
Features:
- Initiatives
- Projects
- Issues
- Relationships
- Prioritization
Installation
Add server config to Claude Desktop.
NOTE: Claude does not work well with nvm environments. Make sure to reference the version of Node with its absolute path.
Copy
Available Tools
Project Management
create-project
- Create a new Linear projectview-project
- View a Linear project by IDupdate-project
- Update a Linear project
Initiative Management
create-initiative
- Create a new Linear initiativeview-initiative
- View a Linear initiative by IDupdate-initiative
- Update a Linear initiative
Issue Management
create-issue
- Create a new Linear issueview-issue
- View a Linear issue by IDupdate-issue
- Update a Linear issuesearch-issues
- Search Linear issues
Issue Relations
create-issue-relation
- Create a relation between two issues (blocks, duplicates, etc.)view-issue-relations
- View all relations for a given issuedelete-issue-relation
- Delete a relation between two issues
Example
Copy
This server cannot be installed
Facilitates project management with the Linear API via the Model Context Protocol, allowing users to manage initiatives, projects, issues, and their relationships through features like creation, viewing, updating, and prioritization.