Submit

Linear

@dvcrn

Overview

what is Linear?

Linear is an MCP server designed for interacting with Linear's API, providing tools for managing issues, projects, and teams through Cline.

how to use Linear?

To use Linear, you need to set up the server by obtaining a Linear API token and configuring the Cline MCP settings file with the necessary server configuration.

key features of Linear?

  • Create, update, and delete issues with full field support.
  • Manage projects and associate issues with them.
  • Handle team information and states.
  • Support for bulk operations on issues.
  • Secure authentication with Personal Access Tokens.

use cases of Linear?

  1. Managing software development tasks and issues.
  2. Organizing projects and tracking progress.
  3. Collaborating with teams on project milestones.

FAQ from Linear?

  • How do I get my Linear API token?

You can obtain your token from Linear's settings under API > OAuth application.

  • Can I manage multiple Linear workspaces?

Yes! You can connect to multiple workspaces by adding the Linear MCP server multiple times with different TOOL_PREFIX values.

  • Is there support for bulk operations?

Yes, Linear supports bulk issue creation and deletion.

Server Config

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "mcp-server-linear"
      ],
      "env": {
        "LINEAR_ACCESS_TOKEN": "your_linear_api_token_here"
      }
    }
  },
  "company1-linear": {
    "command": "npx",
    "args": [
      "mcp-server-linear"
    ],
    "env": {
      "LINEAR_ACCESS_TOKEN": "your_company1_linear_token_here",
      "TOOL_PREFIX": "company1"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.