Linear Bootstrap
Freeby MCP Community
MCP server for bootstrapping Linear projects from natural language descriptions
v0.1.5Added Apr 12, 2026
mcplinearproject-managementbootstrappingmodel-context-protocol
Linear Bootstrap MCP Server
MCP server for bootstrapping Linear projects from natural language descriptions
Installation
Reviews
Installation
Quick install
npx -y @toolwright-adk/linear-bootstrap
Add to claude_desktop_config.json
{
"mcpServers": {
"linear-bootstrap": {
"command": "npx",
"args": ["-y", "@toolwright-adk/linear-bootstrap"]
}
}
}