Integrates with Linear project management systems.
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.
Create professional PDF invoices using natural language.
Integrate ClickUp with AI applications to manage tasks, spaces, lists, and folders.
An MCP server for intelligent text summarization, configurable with various AI providers.
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
A text enhancement tool that transforms story content into rich, detailed narratives using advanced literary techniques and heuristic analysis.
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Provides access to over 70 IT tools and utilities for developers and IT professionals, including encoding, text manipulation, and network tools.
Access and manage Obsidian notes stored in iCloud Drive.
An MCP server that provides system information, such as CPU and memory usage.
Manage tasks in Directus with automatic schema synchronization.