linear-mcp-server
The Linear MCP Server integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
This server acts as a bridge between Linear's issue tracking system and the Model Context Protocol, enabling large language models (LLMs) to create and manage issues seamlessly within Linear. Users can automate issue creation, updates, and retrievals through a simple command interface, enhancing productivity and streamlining project management workflows. With the Linear MCP Server, developers can easily set up and configure the server to work with their Linear API key. The server supports various functionalities such as creating new issues, updating existing ones, and managing issue details like priority and status. This integration allows teams to leverage the capabilities of LLMs to enhance their project management processes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"linear-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-linear-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions