Linear (by jerhadf)
Free与 Linear API 交互进行项目管理,包括搜索、创建和更新 Issues。
FreeFree tier
Inputs: text
About Linear (by jerhadf)
The Linear MCP Server is a Model Context Protocol (MCP) server that integrates Linear's project management system with LLMs. It allows AI assistants to interact with Linear issues directly, enabling searching, creating, updating issues, adding comments, and retrieving user/team/organization information. The server is now deprecated in favor of the official Linear remote MCP server, but remains functional for existing setups.
Key Features
Create, update, and search Linear issues via MCP tools
Add comments to issues with markdown support and optional custom user display
Retrieve issues assigned to a specific user
Access issue, team, user, and organization context through MCP resources
Installable automatically via Smithery or manually with a Linear API key
Supports filtering by team, status, priority, assignee, labels, and text queries
Pros & Cons
Pros
- Open source and free to use
- Seamlessly integrates Linear with any MCP-compatible client (e.g., Claude Desktop)
- Supports all common issue operations (CRUD, search, comments)
- Uses MCP resources for rich context retrieval
- Easy setup with a single API key
Cons
- Deprecated and no longer maintained by the original author
- Requires a Linear API key and appropriate permissions
- Limited to the capabilities of the Linear API; no offline mode
- Documentation assumes familiarity with MCP and Linear setup
Best For
Show high-priority issues assigned to the current userCreate bug reports based on conversation contextSearch for issues by keyword across teamsUpdate issue status or priority from a chat interfaceAdd comments to issues with custom display username
FAQ
Is this MCP server still maintained?
No, the repository is deprecated and no longer maintained. The author recommends using the official Linear remote MCP server at https://mcp.linear.app/sse.
How do I install the Linear MCP server?
You can install it automatically via Smithery using 'npx @smithery/cli install linear-mcp-server --client claude' or manually by adding the server config to Claude Desktop's claude_desktop_config.json with your Linear API key.
What tools does this server provide?
The server provides five tools: linear_create_issue, linear_update_issue, linear_search_issues, linear_get_user_issues, and linear_add_comment. Each tool has required and optional inputs as documented.
Do I need a Linear API key?
Yes, you must provide a Linear API key for your team, which can be created at https://linear.app/YOUR-TEAM/settings/api.