Share:
About
Read, create, and update Linear issues, cycles, and projects. Search issues with Linear's filter syntax, add comments, transition status, assign teammates, and pull sprint/cycle data. Uses your Linear API key; scoped to workspaces the key can see.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Linear MCP.
- What does the Linear MCP do?
- The Linear MCP allows you to interact with Linear issues, cycles, and projects. You can read, create, and update these elements, search using Linear's filter syntax, add comments, and manage statuses.
- How do I configure this MCP in a client like Claude Desktop?
- To configure the Linear MCP, you would typically add its slug 'linear' within your client's MCP settings. Specific configuration steps, such as client-side authentication flow, depend on your chosen MCP client.
- Does this MCP require credentials?
- Yes, this MCP requires authentication using your Linear API key, which is obtained from Linear. The access scope is limited to the workspaces visible to the provided key.
- Can I use the Linear MCP to manage sprints?
- Yes, you can pull sprint and cycle data using the Linear MCP. This enables you to interact with your team's sprint planning and progress directly through the MCP client.
- What is a key limitation of the Linear MCP?
- A key limitation is that its access is restricted by the Linear API key's permissions and visibility. You can only manage data within workspaces that your API key is authorized to see.
- Is there a cost associated with using the Linear MCP?
- The cost of using the Linear MCP depends on your Linear subscription. The MCP itself provides an interface to the Linear service, but does not incur separate costs.
Install Linear MCP
Server URL
https://mcp.linear.app/sseClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"linear": {
"url": "https://mcp.linear.app/sse",
"transport": "sse",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"linear": {
"url": "https://mcp.linear.app/sse"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"linear": {
"type": "sse",
"url": "https://mcp.linear.app/sse"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.