Get information about the current Linear user
Retrieve issues from Linear with optional filtering
Get details about a specific Linear issue by ID or key
Create a new issue in Linear
Update an existing issue in Linear
Retrieve teams from Linear
Get details about a specific team by ID or key
Create a new team in Linear
Retrieve projects from Linear with optional filtering
Get details about a specific project by ID
Create a new project in Linear
Add a comment to an issue in Linear
Linear Integration enables AI assistants to seamlessly interact with the Linear project management platform through natural language commands. This integration allows users to retrieve, create, and update issues, projects, and teams without leaving their AI assistant interface. With this tool, you can manage your Linear workflow efficiently by using simple prompts to view issues, create tasks, change statuses, assign team members, and add comments. The integration leverages Linear's GraphQL API to provide comprehensive access to your project management data.
Linear Integration connects your AI assistant to Linear's project management platform, allowing you to manage your tasks and projects through natural language commands. This integration streamlines your workflow by eliminating the need to switch between applications.
Before installing the Linear Integration, you'll need to obtain a Linear API token:
MCP Linear Integration
)The easiest way to install Linear Integration is through Smithery:
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client cursor
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client claude
If you prefer to configure the integration manually, add the following to your MCP settings file:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@tacticlaunch/mcp-linear"],
"env": {
"LINEAR_API_TOKEN": "<YOUR_LINEAR_API_TOKEN>"
}
}
}
}
Replace <YOUR_LINEAR_API_TOKEN>
with the API token you generated earlier.
Depending on your AI assistant, the configuration file location will vary:
~/.config/claude-mcp/config.json
~/.cursor/mcp/config.json
Once the Linear Integration is installed and configured, you can interact with your Linear workspace using natural language prompts. Here are some examples of what you can do:
If you encounter issues with the Linear Integration:
For persistent issues, you can check the GitHub repository for known issues or to report new ones.