linear-mcp-server

MaggieShan/linear-mcp-server

3.1

If you are the rightful owner of linear-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Custom Linear MCP Server is designed to facilitate seamless integration with the Linear API, providing a robust platform for managing project tasks and workflows through a model context protocol server.

Custom Linear MCP Server

Warp hackathon 2025, set up with agent mode

To set up the server
{
  "mcpServers": {
    "linear": {
      "command": "node",
      "args": ["$PATH_TO_REPO/src/server.js"],
      "env": {
        "LINEAR_API_KEY": "{{LINEAR_API_KEY}}"
      }
    }
  }
}