
What is linear-mcp-server
linear-mcp-server is a server application developed by jerhadf that serves as a Model Context Protocol (MCP) server for the Linear API. It facilitates seamless integration with Linear's issue tracking system, allowing Large Language Models (LLMs) to interact with Linear issues. By leveraging the capabilities of the MCP, this server enables AI systems like Claude to securely connect with and manipulate data within Linear, enhancing productivity and automation in project management workflows.
How to Use linear-mcp-server
To start using linear-mcp-server, you have two installation options: automatic or manual.
Automatic Installation
You can easily install the server using the Smithery CLI with the following command:
npx @smithery/cli install linear-mcp-server --client claude
Manual Installation
- Linear API Key: Obtain a Linear API key from your team's settings page.
- Configure Claude Desktop:
- For MacOS, modify the configuration file located at
~/Library/Application Support/Claude/claude_desktop_config.json
to include the necessary server settings and your Linear API key.
- For MacOS, modify the configuration file located at
Once set up, you can utilize various tools within the server to manage and interact with Linear issues, directly from your AI interface.
Key Features of linear-mcp-server
linear-mcp-server offers a suite of tools designed to enhance interaction with Linear's issue tracking system:
-
linear_create_issue
: Allows you to create new issues in Linear by specifying details like title, team, description, priority, and status. -
linear_update_issue
: Update existing issues with new information, including title, description, priority, and status. -
linear_search_issues
: Perform flexible searches across issues using filters such as text queries, team, status, assignee, labels, and priority. -
linear_get_user_issues
: Retrieve issues assigned to a specific user, with options to include archived issues and limit results. -
linear_add_comment
: Add comments to issues, supporting markdown and customization options for username and avatar.
Resources
- Access detailed views of individual issues, team issues, user assignments, and organizational context through dedicated resource identifiers.
Usage Scenarios
- Task Management: Use search and update tools to keep track of task progress and priorities.
- Reporting: Generate reports on issue statistics and team workload.
- Collaboration: Facilitate team communication by adding comments and updates to issues.
Overall, linear-mcp-server empowers users to automate and optimize their project management processes by integrating AI capabilities with Linear's robust issue tracking system.
How to Use
To use the linear-mcp-server, follow these steps:
- Visit https://github.com/jerhadf/linear-mcp-serverhttps://github.com/jerhad...
- Follow the setup instructions to create an account (if required)
- Connect the MCP server to your Claude Desktop application
- Start using linear-mcp-server capabilities within your Claude conversations
Additional Information
Created
March 12, 2025
Company
Start building your own MCP Server
Interested in creating your own MCP Server? Check out the official documentation and resources.
Learn More