Linear MCP Server
Related Servers
Alternatives to Linear MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables interaction with Linear.app's API for issue tracking, project management, and workflow automation. It allows users to create, update, and search issues, manage cycles and labels, and perform team operations through natural language.-
- AlicenseBqualityAmaintenanceA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.19819,683 npm147MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for Linear that allows creating issues, adding comments, and listing issues and teams.11 npm4MIT
- AlicenseNot gradedqualityDmaintenanceMCP server providing tools to manage Linear projects and issues, including creation, listing, viewing details, and deletion, as well as team and user info retrieval.586 npmMIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server for managing Linear issues, projects, teams, and milestones through the Model Context Protocol. It enables users to create, update, and list workspace resources including issue statuses, comments, and user details.7 npmISC
- AlicenseNot gradedqualityDmaintenanceMCP server for Linear that enables creating, searching, updating, and commenting on issues, as well as accessing issues, teams, and user data. Integrates with Claude Desktop and other MCP clients.MIT
TDQS
Scored across 25 tools
Most tools have distinct purposes, but `linear_get_issue` includes comments while `linear_get_issue_comments` is separate, causing potential confusion. Otherwise, all tools are well-differentiated.
All tools follow a consistent `linear_verb_noun` snake_case pattern, making it easy to predict functionality from names.
25 tools is on the high side but justified by the breadth of Linear's features (issues, projects, milestones, comments, etc.). Some redundancy (e.g., separate create_issue and create_issues) could be consolidated.
Covers most CRUD operations for core entities, but lacks project deletion and update, and has no simple list-issues endpoint (only search). Minor gaps that agents may need to work around.