Integrate Linear (API key) MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Linear (API key)
Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. See the documentation.
Update an initiative in Linear. See the documentation
Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses API Key authentication. See Linear docs for additional info here.
Remove a label from an issue in Linear. See the documentation
List views in Linear. See the documentation
List projects in Linear. See the documentation.
List initiatives in Linear. See the documentation
List comments in Linear. See the documentation
Get issues from a custom view in Linear. See the documentation
Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses API Key authentication. See Linear docs for additional info here.
Retrieves a Linear issue by its ID or identifier. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses API Key authentication. See the documentation.
Create a project in Linear. See the documentation.
Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. See the documentation.
Create an initiative in Linear. See the documentation
Create a comment in Linear. See the documentation