Manage Linear issues and projects from Claude Code.
## Linear MCP Server Skill
A skill that integrates Linear with Claude Code via MCP.
### Configuration
```json
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@mcp/linear-server"],
"env": {
"LINEAR_API_KEY": "${env:LINEAR_API_KEY}"
}
}
}
}
```
### Skill Capabilities
With this skill, Claude Code can:
- Read Linear data in real-time
- Create and update Linear resources
- Automate Linear workflows
- Cross-reference with code changes
### Example Prompts
- "Show me open Linear items related to this module"
- "Create a Linear entry for this bug fix"
- "Update Linear status when tests pass"
- "Link this commit to the Linear item"
### Setup
1. Get your Linear API key
2. Add to `.claude/mcp-servers.json`
3. Set environment variable
4. Restart Claude CodeFree to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
claude skill install claude-code-linear-mcp-skillSign in and download this prompt to leave a review.