linear-mcp
The Linear MCP Server is designed to provide programmatic management of issues, projects, and teams on the Linear platform via its API. It supports seamless integration with AI agents, using TypeScript and the Model Context Protocol.
What is the Linear MCP Server?
The Linear MCP Server is a custom implementation that allows AI agents to interact with Linear's API for managing issues, projects, and teams programmatically.
What are the prerequisites for using the Linear MCP Server?
You need Node.js (v16 or higher), a Linear account with API access, and a Linear API key with appropriate permissions.
How do I run the Linear MCP Server?
You can run the server using the command LINEAR_API_KEY=your-api-key npx @ibraheem4/linear-mcp
or set the API key in your environment and use npx @ibraheem4/linear-mcp
.
What tools are available in the Linear MCP Server?
The server provides tools for creating, listing, and updating issues, listing teams, and listing projects.
How is error handling managed in the Linear MCP Server?
The server includes comprehensive error handling for invalid API keys, missing parameters, Linear API errors, and invalid tool requests, with descriptive error messages.