
Linear Issues
Provides read-only access to Linear issues and comments directly from your AI assistant without switching apps or browser tabs.
Integrates with Linear issue tracking to provide read-only access to issue details and comments without switching contexts.
What it does
- Fetch Linear issue details by URL or identifier
- Retrieve complete issue information with all comments
- Access Linear data without leaving your AI conversation
- Query issue status and metadata
Best for
About Linear Issues
Linear Issues is a community-built MCP server published by keegancsmith that provides AI assistants with tools and capabilities via the Model Context Protocol. Linear Issues integrates with Linear to give you read-only access to issue details and comments without switching apps. It is categorized under productivity.
How to install
You can install Linear Issues in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Linear Issues is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Linear Issues MCP Server
This is a simple MCP (Model Context Protocol) server that provides read-only access to Linear issues. It allows language models to fetch Linear issues and their associated data using a Linear API token.
Features
The server provides two tools:
linear_get_issue: Fetches basic details about a Linear issue by URL or identifierlinear_get_issue_with_comments: Fetches complete information about a Linear issue including all comments
Requirements
- Node.js
- A Linear API token or OAuth access token
Installation
No installation is needed if you use npx. Just make sure you have Node.js and npm installed.
Getting a Linear API Token
You can obtain a Linear API token in two ways:
-
API Key (simplest): Generate an API key in your Linear API settings
-
OAuth Token: For more advanced use cases or user-specific access
- Create an OAuth2 application in Linear
- Follow the OAuth flow to get a user access token
Usage with Claude for Desktop
To use this MCP server with Claude for Desktop:
-
Make sure you have your Linear API token ready
-
Add the server to your Claude for Desktop configuration at:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json - Windows:
%AppData%\Claude\claude_desktop_config.json
- MacOS:
Example configuration:
{
"mcpServers": {
"linear-issues": {
"command": "npx",
"args": ["-y", "@keegancsmith/linear-issues-mcp-server"],
"env": {
"LINEAR_API_TOKEN": "your_linear_api_token_here"
}
}
}
}
- Restart Claude for Desktop
Example Usage
Once the server is set up, you can use it in Claude to interact with Linear issues:
Can you get me the details for issue ENG-123?
Claude will use the linear_get_issue tool with your issue ID, accessing the token from environment variables.
What are all the comments on the issue at https://linear.app/company/issue/ENG-123/issue-title?
Claude can use linear_get_issue_with_comments to fetch the full issue details including comments.
License
MIT
Alternatives
Related Skills
Browse all skillsLinear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
Manage Linear issues, projects, and teams
Production incident response procedures for Linear integrations. Use when handling production issues, diagnosing outages, or responding to Linear-related incidents. Trigger with phrases like "linear incident", "linear outage", "linear production issue", "debug linear production", "linear down".
Diagnose and fix common Linear API errors. Use when encountering Linear API errors, debugging integration issues, or troubleshooting authentication problems. Trigger with phrases like "linear error", "linear API error", "debug linear", "linear not working", "linear authentication error".
Data synchronization, backup, and consistency patterns for Linear. Use when implementing data sync, creating backups, or ensuring data consistency across systems. Trigger with phrases like "linear data sync", "backup linear", "linear data consistency", "sync linear issues", "linear data export".
Linear.app CLI for issue tracking. Use for listing, creating, updating, and searching Linear issues, comments, documents, cycles, and projects. Optimized for LLM agents with JSON output.