Loading languages...
LI

Linear

@Linear

Model Context Protocol (MCP) server는 모든 호환 가능한 AI 모델이나 에이전트가 귀하의 Linear 데이터에 간단하고 안전하게 액세스할 수 있도록 표준화된 인터페이스를 제공합니다.

project management
task management
issue tracking
productivity

Linear MCP Server

What it is: The Linear MCP Server provides a secure and standardized interface for AI models and agents to interact with your Linear workspace data. This allows AI to access, find, create, and update objects such as issues, projects, and comments within Linear.

How to use it: The Linear MCP server is centrally hosted and managed by Linear. You connect to it remotely using an MCP client. The primary transport method is Server-Sent Events (SSE).

To connect, you typically configure your MCP client (e.g., Claude, Cursor, VS Code, Windsurf, Zed) with the following details:

  • Integration URL (for direct SSE clients): https://mcp.linear.app/sse
  • Command (for stdio clients using mcp-remote): npx -y mcp-remote https://mcp.linear.app/sse

Authentication is handled via OAuth with dynamic client registration, which will typically open a browser window for you to authorize access.

# mcpServer Config

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.linear.app/sse"
      ]
    }
  }
}

# sseURL

https://mcp.linear.app/sse
Transport:
sse
Language:
Updated: 7/31/2025