Loading MCP server directory, please wait...
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
npx @getmcp/cli add io.github.toolwright-adk/linear-bootstrapRequires Node.js 18+. Community-contributed server. Review source before installing.
LINEAR_API_KEYLinear API key (create at linear.app/settings/api)
LLM_API_KEYAPI key for an OpenAI-compatible LLM provider
LLM_BASE_URLBase URL for the LLM API (e.g. https://openrouter.ai/api/v1)
LLM_MODELModel ID for plan generation (e.g. anthropic/claude-sonnet-4.6)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.toolwright-adk/linear-bootstrap": {
"command": "npx",
"args": [
"-y",
"@toolwright-adk/linear-bootstrap"
],
"env": {
"LINEAR_API_KEY": "",
"LLM_API_KEY": "",
"LLM_BASE_URL": "",
"LLM_MODEL": ""
}
}
}
}