home / mcp / mcp linear server

MCP Linear Server

Provides an MCP server that exposes Linear data and actions for AI assistants to query and manipulate Linear projects and issues.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ampcome-mcps-linear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tacticlaunch/mcp-linear"
      ],
      "env": {
        "NANGO_BASE_URL": "https://api.nango.dev",
        "NANGO_SECRET_KEY": "your_secret_key",
        "NANGO_CONNECTION_ID": "your_connection_id",
        "NANGO_INTEGRATION_ID": "your_integration_id"
      }
    }
  }
}

MCP Linear lets you bridge an AI assistant with Linear’s project management data. You can retrieve issues, projects, and teams, create and update issues, change statuses, assign work, add comments, and create new projects or teams directly through your preferred MCP client.

How to use

Connect your MCP client to MCP Linear using the stdio configuration. Use the client’s MCP interface to list Linear data, create or update issues, assign work, and add comments. If you enable Nango authentication, the client will route authentication through Nango for secure access. If Nango is not configured, you can fall back to using a Linear API token for authentication.