Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOOL_PREFIX | No | Optional prefix for tool names when using multiple Linear workspaces | |
| LINEAR_ACCESS_TOKEN | Yes | Your Linear API token (developer token or personal API key) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| linear_auth_callbackC | Handle OAuth callback |
| linear_create_issueC | Create a new issue in Linear |
| linear_create_project_with_issuesB | Create a new project with associated issues. Note: Project requires teamIds (array) not teamId (single value). |
| linear_bulk_update_issuesC | Update multiple issues at once |
| linear_edit_issueB | Edit an existing issue, updating any of its fields. Note: When setting projectMilestoneId, you must also set projectId. |
| linear_search_issuesC | Search for issues with filtering and pagination |
| linear_search_issues_by_identifierA | Search for issues by their identifiers (e.g., ["ENG-78", "ENG-79"]) |
| linear_get_issueA | Get a single issue by identifier, including all comments |
| linear_get_teamsA | Get all teams with their states and labels |
| linear_get_userA | Get current user information |
| linear_delete_issueB | Delete an issue |
| linear_get_projectC | Get project information |
| linear_list_projectsB | List all projects or filter them by criteria |
| linear_create_issuesC | Create multiple issues at once |
| linear_create_commentA | Creates a new comment on an issue |
| linear_update_commentB | Updates an existing comment |
| linear_delete_commentC | Deletes a comment |
| linear_resolve_commentC | Resolves a comment |
| linear_unresolve_commentC | Unresolves a comment |
| linear_create_customer_need_from_attachmentC | Creates a new customer need from an attachment |
| linear_get_project_milestonesB | Get milestones for a project with filtering and pagination |
| linear_create_project_milestoneC | Create a new project milestone |
| linear_update_project_milestoneC | Update a project milestone |
| linear_delete_project_milestoneB | Delete a project milestone |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/dvcrn/mcp-server-linear'
If you have feedback or need assistance with the MCP directory API, please join our Discord server