Linear MCP

Linear MCP

MCP server enabling AI assistants to access Linear project management data.

2
Stars
1
Forks
0
Releases

Overview

Linear MCP Server is a Model Context Protocol (MCP) server that exposes Linear's project management capabilities to AI assistants, enabling natural language interactions with Linear data. It provides access to core resources such as issues, projects, teams, users, roadmaps, documents, and initiatives, as well as specialized endpoints for roadmaps, milestones, documents, integrations, and organization details. The server includes tools for creating and updating issues and projects, performing searches across Linear entities, and linking projects to initiatives. It also ships prompt templates for common workflows, including issue creation, bug reports, feature requests, and project planning updates. The MCP server supports multiple transport modes: a stdio interface for CLI-based usage and an HTTP server with Server-Sent Events (SSE) for remote connections. Setup requires Node.js 18 or later and a Linear API key (LINEAR_API_KEY). The README describes usage commands (npm start for stdio, node dist/index.js http for HTTP/SSE) and Claude Desktop integration, along with resource URIs such as linear://issues and linear://projects for programmatic access.

Details

Owner
anoncam
Language
TypeScript
License
Updated
2025-12-07

Features

Resources

Access issues, projects, teams, users, roadmaps, documents, initiatives, and more.

Tools

Create and update issues, manage projects, search, and link projects to initiatives.

Prompts

Templates for issue creation, bug reports, feature requests, and more.

Audience

AI assistantsAccess Linear data and perform actions on Linear entities via MCP for natural language tasks.
Developers integrating Linear dataIntegrate Linear resources into tools and workflows using MCP-based prompts and endpoints.
Product teams using AI assistantsQuery and manage projects, issues, and roadmaps via AI-assisted interactions.

Tags

LinearMCPModel Context ProtocolProject ManagementIssuesProjectsTeamsUsersInitiativesRoadmapsDocumentsMilestonesPromptsSSEClaude Desktop IntegrationAPI KeyNode.js