linear-mcp-server
Click on "Install 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-serverList all issues with priority high in team Alpha"
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
MCP server for Linear — full CRUD for issues, projects, cycles, teams, labels, and workflow states.
Prerequisites
Node.js >= 18
Linear API key (Settings > API > Personal API keys)
Related MCP server: Linear MCP Server
Install & Build
git clone https://github.com/camillodev/linear-mcp-server.git
cd linear-mcp-server
npm install
npm run buildConfigure in Claude Code / Cowork
Add to your MCP config (~/.claude/claude_desktop_config.json or project .mcp.json):
{
"mcpServers": {
"linear": {
"command": "node",
"args": ["/FULL/PATH/TO/linear-mcp-server/dist/index.js"],
"env": {
"LINEAR_API_KEY": "lin_api_YOUR_KEY_HERE"
}
}
}
}Available Tools (15 total)
Read (9)
Tool | Description |
| List all teams (get team IDs first) |
| List issues with filters (state, assignee, label) |
| Full issue detail by identifier or UUID |
| Full-text search across issues |
| List projects, optionally by team |
| List cycles/sprints for a team |
| List valid states for a team |
| List all issue labels |
| List workspace members |
Write (6)
Tool | Description |
| Create issue (with optional sub-issue, cycle, project) |
| Update any issue field |
| Create project with team association |
| Create cycle/sprint |
| Add comment to an issue |
Usage Examples
"List all my teams" → linear_list_teams
"Show in-progress issues for team X" → linear_list_issues(team_id, state_name="In Progress")
"Create a bug ticket" → linear_create_issue(team_id, title, priority=2)
"Move issue to sprint" → linear_update_issue(issue_id, cycle_id)
"Search for auth issues" → linear_search_issues(query="authentication")License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/camillodev/linear-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server