linear-bootstrap
About
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LINEAR_API_KEY LLM_API_KEY LLM_BASE_URL LLM_MODELClaude Code
claude mcp add --env LINEAR_API_KEY= --env LLM_API_KEY= --env LLM_BASE_URL= --env LLM_MODEL= linear-bootstrap -- npx @toolwright-adk/linear-bootstrap
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"linear-bootstrap","command":"npx","args":["@toolwright-adk/linear-bootstrap"],"env":{"LINEAR_API_KEY":"","LLM_API_KEY":"","LLM_BASE_URL":"","LLM_MODEL":""}}'
JSON
{
"mcpServers": {
"linear-bootstrap": {
"command": "npx",
"args": [
"@toolwright-adk/linear-bootstrap"
],
"env": {
"LINEAR_API_KEY": "",
"LLM_API_KEY": "",
"LLM_BASE_URL": "",
"LLM_MODEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.