Best for
- Developers using Cline who need access to Linear
- Teams wanting to integrate Linear issue management with AI coding assistants
This server provides basic Linear integration, supporting issue, project, and team management. It emphasizes rich text description handling and offers batch operation capabilities. However, OAuth is not yet implemented, and some features are under development. Suitable for users using Cline and needing direct API access.
This is a private MCP server designed for Cline to access Linear's API. It provides a set of tools for managing Linear issues, projects, and teams. It supports API Key authentication (recommended); OAuth flow is not implemented. The server implements support for Linear's rich text description field (documentContent) to ensure project descriptions are fully displayed.
npm install.env.example to .env.env file as LINEAR_API_KEYnpm run build and npm start{
"mcpServers": {
"linear": {
"command": "node",
"args": ["/path/to/linear-mcp/build/index.js"],
"env": {
"LINEAR_API_KEY": "your_personal_access_token"
},
"disabled": false,
"autoApprove": []
}
}
}