Linear MCP Server
Related Servers
Alternatives to Linear MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.476 npm348MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.12 npm3MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to create, update, and manage issues, projects, teams, and comments through natural language.33,680 npmMIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.56Apache 2.0
- FlicenseBqualityDmaintenanceA server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.91-
- FlicenseBqualityDmaintenanceAn open-source Model Context Protocol server that enables interaction with the Linear API to manage issues, teams, and comments. It allows users to create, update, and search for issues while accessing workspace users and workflow states.81-
TDQS
Scored across 19 tools
Every tool has a clearly distinct purpose targeting specific resources and actions in Linear's domain. For example, linear_get_team_issues retrieves issues for a team, while linear_get_user_issues gets issues assigned to a user, and linear_search_issues allows flexible filtering across all issues. No tools appear to overlap or cause confusion.
All tools follow a consistent 'linear_verb_noun' pattern with snake_case throughout. The verbs are clear and appropriate (e.g., get, create, update, add, link, search), and the nouns specify the target resource (e.g., issue, label, project, team). This predictability makes the tool set easy to navigate.
With 19 tools, this server is well-scoped for managing Linear's core entities like issues, projects, teams, labels, and attachments. Each tool earns its place by covering essential CRUD operations and queries without redundancy, fitting the typical range of 3-15 tools for a comprehensive API integration.
The tool surface provides complete coverage for Linear's domain, including CRUD for issues and labels, attachment and comment management, relationship linking, and queries for projects, teams, and users. There are no obvious gaps; agents can perform full lifecycle operations without dead ends.