Linear MCP (tiovikram)
ProductivityMCP server for Linear.app with tools for managing issues, projects, and team workflows.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"linear-mcp-tiovikram": {
"command": "npx",
"args": [
"-y",
"@ibraheem4/linear-mcp"
]
}
}
}