Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear personal API key from https://linear.app/settings/account/security |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| linear_create_issueC | Create a new Linear issue |
| linear_update_issueC | Update an existing Linear issue |
| linear_search_issuesC | Search issues in Linear with flexible filtering |
| linear_get_user_issuesC | Get issues assigned to a user |
| linear_add_commentC | Add a comment to a Linear issue |
| linear_get_teamsC | Get teams in the organization |
| linear_get_projectsC | Get projects in the organization |
| linear_get_project_issuesC | Get issues for a specific project |
| linear_get_team_issuesC | Get issues for a specific team |
| linear_get_viewerB | Get information about the authenticated user |
| linear_get_projectC | Get details about a specific project |
| linear_get_teamB | Get details about a specific team |
| linear_get_labelsB | Get labels from Linear, optionally filtered by team |
| linear_create_labelC | Create a new label in Linear |
| linear_update_labelC | Update an existing label in Linear |
| linear_add_attachmentC | Add an attachment to an issue in Linear |
| linear_get_attachmentsC | Get attachments for an issue in Linear |
| linear_link_issuesC | Create a relationship between issues in Linear |
| linear_get_issue_relationsC | Get relationships for an issue in Linear |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| linear_bug_report | Creates a bug report in Linear |
| linear_feature_request | Creates a feature request in Linear |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| linear-organization | Linear organization information |
| linear-viewer | Current Linear user |
| linear-viewer-teams | Current Linear user's teams |
| linear-viewer-projects | Current Linear user's projects |
| linear-viewer-assigned | Issues assigned to the current Linear user |
| Linear Label | View details for a Linear label |
| Linear Milestone | View details for a Linear milestone |
| Linear Attachment | View details for a Linear attachment |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/magarcia/mcp-server-linearapp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server