linear-mcp-server
300
The Linear MCP Server facilitated integration with Linear's issue tracking system via the Model Context Protocol, allowing large language models to manage and interact with Linear issues. It included tools for creating, updating, and searching issues but has since been deprecated.
npx
{ "mcpServers": { "linear": { "command": "npx", "args": [ "-y", "linear-mcp-server" ], "env": { "LINEAR_API_KEY": "your_linear_api_key_here" } } } }