Model Context Protocol server for Linear API
| Tool name | Description | Destructive? |
|---|---|---|
| getIssue | ✓ no | |
| getIssues | ✓ no | |
| createIssue | ✓ no | |
| updateIssue | ✓ no | |
| deleteIssue⚠ | ⚠ yes |
| createIssueBatch | ✓ no | |
| getComments | ✓ no | |
| createComment | ✓ no | |
| getProject | ✓ no | |
| getProjects | ✓ no | |
| getProjectUpdate | ✓ no | |
| getProjectUpdates | ✓ no | |
| createProject | ✓ no | |
| createProjectUpdate | ✓ no | |
| getUserById | ✓ no | |
| getUsers | ✓ no | |
| getTeamById | ✓ no | |
| getTeams | ✓ no | |
| getLabels | ✓ no | |
| addIssueLabel | ✓ no | |
| removeIssueLabel⚠ | ⚠ yes |
{
"mcpServers": {
"brs98linear": {
"command": "npx",
"args": [
"-y",
"@brs98/linear-mcp"
]
}
}
}