samcfinan_linear-mcp-server
A Model Context Protocol server for the Linear API, designed for comprehensive project management.
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.
{
"mcpServers": {
"linear": {
"command": "/Users/USERNAME/.nvm/versions/node/v22.13.0/bin/node",
"args": [
"--experimental-strip-types",
"/absolute/path/to/repo/index.ts"
],
"env": {
"LINEAR_API_KEY": "your_linear_api_key_here"
}
}
}
}
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
User:
Break the Implement Contact API Endpoints issue into multiple issues, one for each endpoint
Claude:
I'll break down the API endpoints issue into separate issues for each endpoint and create the appropriate relationships.
View result from create-issue from linear (local)
View result from create-issue from linear (local)
View result from create-issue from linear (local)
View result from create-issue from linear (local)
View result from create-issue from linear (local)
Now let's create the relationships between these new issues and the existing ones. First, they all depend on the TypeScript Models issue:
View result from create-issue-relation from linear (local)
View result from create-issue-relation from linear (local)
View result from create-issue-relation from linear (local)
View result from create-issue-relation from linear (local)
View result from create-issue-relation from linear (local)
I've created five separate issues for each endpoint and set up their relationships:
GET /contacts (List) - d1aae514
GET /contacts/:id (Single) - 01850d5d
POST /contacts (Create) - 2e0f2b75
PUT /contacts/:id (Update) - d22b143d
DELETE /contacts/:id (Delete) - dde30779
All of these endpoints depend on the TypeScript Models issue (2c38c6ee) being completed first.
The UI Components issue (dd214884) and Search/Filter issue (81a33a29) now should depend on the completion of these endpoint issues, particularly the GET endpoints.
Would you like me to:
Create those additional relationships with the UI Components?
Add any specific cross-dependencies between the endpoints themselves?
Break down any of these endpoint issues into more granular tasks?
Related MCP Servers
View all project_management servers →linear-mcp
by cline
An MCP server for interacting with Linear's API, providing tools for managing Linear issues, projects, and teams through Cline.
mcp-redmine
by runekaagaard
MCP Redmine is a protocol server that connects Claude Desktop to Redmine, enabling comprehensive project management capabilities.
mcp-linear
by tacticlaunch
MCP Linear is a Model Context Protocol server implementation for the Linear GraphQL API, enabling AI assistants to interact with Linear project management systems.
project
by tejpalvirk
An MCP server implementation that provides tools for managing project knowledge graphs, enabling structured representation of projects, tasks, milestones, resources, and team members.
agile-planner-mcp-server
by cyberlife-coder
Agile Planner MCP Server is an AI-powered tool that automatically generates agile backlogs from simple descriptions, compatible with Windsurf, Cascade, and Cursor.
feishu-project-mcp
by im47cn
飞书项目MCP服务是一个基于Model Context Protocol (MCP)的智能研发流程管理系统,旨在实现端到端的需求管理与开发流程自动化。
pytaiga-mcp
by talhaorak
The Taiga MCP Bridge is an integration layer connecting the Taiga project management platform with the Model Context Protocol (MCP), enabling seamless interaction between AI tools and Taiga's resources.