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) |
Schema
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 |
---|---|
linear-organization: | |
linear-viewer: |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
linear_create_issue | Create a new Linear issue. Copy |
linear_update_issue | Update an existing Linear issue. Copy |
linear_search_issues | Search issues with flexible filtering. Copy |
linear_get_user_issues | Get issues assigned to a user. Copy |
linear_add_comment | Add a comment to an issue. Copy |