SZ84.NET
Back to List
OfficialDevManagement

Linear MCP

The official Linear MCP server enables AI models to interact with Linear's project management platform. It provides tools for searching issues, creating tasks, and managing project workflows. This integration is essential for software development teams using Linear who want to leverage AI for better task tracking and project organization.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-linear"
      ],
      "env": {
        "LINEAR_API_KEY": "YOUR_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Key Features

Search and list Linear issues and projects

Create and update tasks with rich metadata

Manage project cycles and roadmaps

Integration with Linear's developer-focused workflow

Server Details

The official Linear MCP server enables AI models to interact with Linear's project management platform. It provides tools for searching issues, creating tasks, and managing project workflows. This integration is essential for software development teams using Linear who want to leverage AI for better task tracking and project organization.

Pricing

free

Tags

OfficialDevManagement

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository