linear bootstrap for Claude Desktop
io.github.toolwright-adk/linear-bootstrap
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
client:Claude Desktop
transport:stdio
runtime:npm
Install linear bootstrap in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"linear-bootstrap": {
"command": "npx",
"args": [
"-y",
"@toolwright-adk/linear-bootstrap"
],
"env": {
"LINEAR_API_KEY": "<LINEAR_API_KEY>",
"LLM_API_KEY": "<LLM_API_KEY>",
"LLM_BASE_URL": "<LLM_BASE_URL>",
"LLM_MODEL": "<LLM_MODEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs