Integrations
Provides comprehensive project management tools for interacting with Linear's API, enabling management of projects, initiatives, issues, and relationships between them, with support for prioritization.
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.
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
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
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.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.Last updated -7641JavaScript
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -161TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.Last updated -56PythonApache 2.0
- -securityFlicense-qualityA server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.Last updated -TypeScript