Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Linear to manage issues, projects, teams, and automate project management workflows through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Linear
3
Authenticate
🎉 Your Linear MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
linear_get_teams | Get all teams in the Linear workspace including workflow states and team members |
linear_get_issues | Get issues, optionally filtered by team |
linear_get_issue_by_id | Get a specific issue by its ID |
linear_create_issue | Create a new issue in Linear |
linear_update_issue | Update an existing issue in Linear |
linear_get_projects | Get projects, optionally filtered by team |
linear_create_project | Create a new project in Linear |
linear_update_project | Update an existing project in Linear |
linear_get_comments | Get comments for a specific issue |
linear_create_comment | Create a comment on an issue |
linear_update_comment | Update an existing comment |
linear_search_issues | Search for issues by text query |
For more details about tool input schema, use the get_tools API.