by tacticlaunch
MCP Linear is a Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems using natural language.
MCP Linear is a server that allows AI assistants to interact with the Linear project management system. It acts as a bridge, enabling natural language commands to manage Linear issues, projects, and teams.
To use MCP Linear, you first need to obtain a Linear API token from your Linear account settings. Once you have the token, you can install MCP Linear via Smithery (recommended for Cursor and Claude Desktop) using npx @smithery/cli install @tacticlaunch/mcp-linear --client [client_name]
. Alternatively, you can configure it manually by adding a JSON entry to your MCP settings file with the command to run mcp-linear
and your API token as an environment variable. You can also install it globally via npm or run it directly after cloning the repository.
MCP Linear is ideal for users who want to streamline their project management tasks within Linear using AI assistants. Specific use cases include:
Q: What is a Linear API token and why do I need it? A: A Linear API token is a unique key that authenticates your requests to the Linear API. You need it for MCP Linear to securely access and manage your Linear data.
Q: Which AI assistants are supported by MCP Linear? A: MCP Linear is designed to work with AI assistants that support the Model Context Protocol (MCP), such as Cursor and Claude Desktop.
Q: Can I use MCP Linear to create new projects and teams? A: Yes, MCP Linear supports creating new projects and teams in addition to managing issues.
Q: Where can I find a complete list of available tools?
A: A complete list of available tools can be found in the TOOLS.md
file within the MCP Linear repository.
A Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems.
MCP Linear bridges the gap between AI assistant and Linear (project management tool) by implementing the MCP protocol. This allows to:
Once connected, you can use prompts like:
To use MCP Linear, you'll need a Linear API token. Here's how to get one:
MCP Linear Integration
)npx -y @smithery/cli install @tacticlaunch/mcp-linear --client cursor
npx -y @smithery/cli install @tacticlaunch/mcp-linear --client claude
Add the following to your MCP settings file:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@tacticlaunch/mcp-linear"],
"env": {
"LINEAR_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
~/.cursor/mcp.json
~/Library/Application Support/Claude/claude_desktop_config.json
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
~/.config/gomcp/config.yaml
Prerequisites
# Install globally
npm install -g @tacticlaunch/mcp-linear
# Or clone and install locally
git clone https://github.com/tacticlaunch/mcp-linear.git
cd mcp-linear
npm install
npm link # Makes the package available globally
Run the server with your Linear API token:
mcp-linear --token YOUR_LINEAR_API_TOKEN
Or set the token in your environment and run without arguments:
export LINEAR_API_TOKEN=YOUR_LINEAR_API_TOKEN
mcp-linear
See TOOLS.md for a complete list of available tools and planned features.
See DEVELOPMENT.md for more information on how to develop locally.
tacticlaunch/cursor-memory-bank - If you are a developer seeking to enhance your workflow with Cursor, consider giving it a try.
This project is licensed under the MIT License - see the LICENSE file for details.
Reviews feature coming soon
Stay tuned for community discussions and feedback