Jeremy Hadfield
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear. It features advanced integration capabilities, robust API support, and seamless workflow automation.
Key Features: • Create, update, and search Linear issues through AI interactions • Team collaboration with assignments and comments • Smart search with flexible filtering • User-specific views and organization context • Rich markdown formatting support
Installation Instructions:
Option 1: Automatic Installation (Recommended)
smithery install linear-mcp-server
Option 2: Manual Installation
Clone the repository:
git clone https://github.com/jerhadf/linear-mcp-server.git cd linear-mcp-server
Install dependencies:
npm install
Configure Linear API Key:
LINEAR_API_KEY=your_api_key_here
Start the server:
npm start
Configuration in Claude Desktop:
Usage Example: Ask Claude: "Create a new Linear issue for the authentication bug in the login flow" Claude will use the MCP server to: