Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key (create at https://linear.app/settings/account/security) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| linear_create_issueB | Create a new Linear issue. |
| linear_update_issueB | Update an existing Linear issue. |
| linear_search_issuesB | Search issues with flexible filtering. |
| linear_get_user_issuesB | Get issues assigned to a user. |
| linear_add_commentB | Add a comment to an issue. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| default | Get the default prompt for the Linear MCP server. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_organization | Get the Linear organization. Returns: Organization details |
| get_viewer | Get the authenticated user (viewer). Returns: User details |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: add_comment, create_issue, get_user_issues, search_issues, and update_issue target specific operations with no overlap. The descriptions reinforce these distinctions, making misselection unlikely.
All tools follow a consistent 'linear_verb_noun' pattern (e.g., linear_add_comment, linear_create_issue). This predictable naming scheme enhances readability and agent usability without any deviations.
With 5 tools, the count is reasonable for a Linear issue management server, covering core operations. It feels slightly thin but not inadequate, as key functions like create, read, update, and search are present.
The toolset covers essential CRUD operations for Linear issues (create, get, update, comment) and includes search functionality. Minor gaps exist, such as no delete_issue or list_teams tools, but agents can manage core workflows effectively.