Skill Detail

Linear MCP Server for Issue Tracking and Project Management

An MCP server that integrates Linear project management with AI assistants. Enables creating, searching, updating, and commenting on Linear issues, managing projects and teams, and querying workflows through the Model Context Protocol.

Integrations & ConnectorsMCP
Integrations & Connectors MCP Security Reviewed
Tool match: linear-mcp-server โญ 346 GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill linear-mcp-server-issue-tracking-project-management Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Last updated
Mar 26, 2026
Quick brief

The Linear MCP Server is a Model Context Protocol integration that connects Linear’s issue tracking and project management system to AI assistants. Originally built by jerhadf at github.com/jerhadf/linear-mcp-server, this server enables LLMs to interact with Linear issues, projects, teams, and workflows through natural language commands. Linear also provides an official remote MCP endpoint at mcp.linear.app for direct integration.

How it works

What this skill actually does

The server exposes a comprehensive set of tools for issue management: creating new issues with title, description, priority, labels, and assignees; searching issues with flexible filtering by team, status, assignee, or free-text query; updating issue properties including status transitions through Linear’s workflow states; and adding comments to existing issues. Additional tools cover project listing, team management, and label operations.

Authentication uses a Linear API key, which can be generated from Linear’s Settings > API section. The server runs as a standard MCP server via npx or direct Node.js execution, supporting stdio transport for local clients. Configuration follows the standard MCP client pattern โ€” add the server entry to your Claude Desktop, Cursor, or other MCP client configuration file with the API key as an environment variable.

This integration is particularly valuable for development teams that use Linear as their primary issue tracker. AI agents can triage incoming bugs by creating and categorizing issues, provide status updates by querying current sprint progress, link code changes to issues during PR reviews, and automate workflow transitions. With 287 stars and MIT license, the community server remains actively maintained, while Linear’s official remote MCP endpoint at mcp.linear.app provides an alternative for teams preferring vendor-hosted integrations.