by community · 5.2k installs
Create and manage Linear issues, projects, and cycles directly from Claude or Cursor.
Streamline project management by creating, updating, and querying Linear issues directly from your AI workflow.
A Linear API key with read and write permissions.
create_issueCreate a new issue with title, description, and metadata.
list_issuesQuery issues with filters for status, assignee, and label.
update_issueUpdate issue properties like status, priority, or assignee.
get_cyclesList active and upcoming cycles for a team.
searchFull-text search across issues, comments, and documents.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"linear-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/linear-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}