MCP Directory
Back

linear-mcp-server

by jerhadf · JavaScript · ★ 344

A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.

#anthropic#linear#mcp#mcp-server#model-context-protocol

Install

npx -y github:jerhadf/linear-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "linear-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:jerhadf/linear-mcp-server"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/linear-mcp-server) [](https://smithery.ai/server/linear-mcp-server) **IMPORTANT NOTE:** This MCP Server is now deprecated and is no longer being maintained. I recommend you use the official Linear remote MCP server here: https://linear.app/changelog/2025-05-01-mcp (https://mcp.linear.app/sse) A [Model Context Protocol](https://github.com/modelcontextprotocol) server for the [Linear API](https://developers.linear.app/docs/graphql/working-with-the-graphql-api). This server provides integration with Linear's issue tracking system through MCP, allowing LLMs to i…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers