Linear MCP Server
Integrates with Linear to manage issues, projects, cycles, teams, and provide global search capabilities.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Linear MCP Servershow my open issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Linear MCP Server
This project is a server that integrates with the Linear workspace, allowing you to interact with your Linear data through the Model Context Protocol (MCP).
Prerequisites
Before you begin, ensure you have the following installed:
Node.js (v20.0.0 or higher)
npm
Related MCP server: Linear MCP Server
Installation
Clone the repository:
git clone https://github.com/your-username/linear-mcp-server.git cd linear-mcp-serverInstall dependencies:
npm installSet up your environment variables: Create a
.envfile in the root of the project and add your Linear API key:LINEAR_API_KEY=your_linear_api_keyBuild the project:
npm run build
Running the Server
To start the server, run the following command:
npm startFor development, you can use:
npm run devThis will run the server with ts-node and automatically restart it when you make changes.
Available Tools
This server exposes the following tools:
Cycles: Manage your project cycles.
Issues: Create, update, and search for issues.
Projects: Manage your projects.
Search: A global search tool.
Teams: Manage your teams.
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search, read and create Linear issues, projects, teams and cycles.
Linear MCP — wraps the Linear GraphQL API (OAuth)
MCP server for Linear project management and issue tracking
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceProvides a Model Context Protocol interface for accessing Linear's issue tracking system, enabling users to query and search issues with TypeScript type safety and robust error handling.330 npm30MIT
- AlicenseNot gradedqualityDmaintenanceFacilitates project management with the Linear API via the Model Context Protocol, allowing users to manage initiatives, projects, issues, and their relationships through features like creation, viewing, updating, and prioritization.687 npm6MIT
- AlicenseBqualityDmaintenanceEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.783 npm3MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to Linear's issue tracking system through a standardized Model Context Protocol interface, allowing users to create, update, search, and manage issues, projects, and comments via natural language.330 npm1MIT