Linear MCP Server
未认领A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
anthropiclinearmcpmcp-servermodel-context-protocol
安装
$
npx @smithery/cli install linear-mcp-server --client claude工具(16 个)
assigneeId
(string): Filter by assignee
body
(string): Comment text (markdown supported)
createAsUser
(string): Custom username
description
(string): Issue description (markdown supported)
displayIconUrl
(string): Custom avatar URL
id
(string): Issue ID to update
includeArchived
(boolean): Include archived issues
issueId
(string): Issue ID to comment on
labels
(string[]): Filter by labels
limit
(number, default: 10): Max results
priority
(number, 0-4): Priority level (1=urgent, 4=low)
query
(string): Text to search in title/description
status
(string): Initial status name
teamId
(string): Team ID to create issue in
title
(string): Issue title
userId
(string): User ID (omit for authenticated user)