Linear
An open-source Model Context Protocol server that enables interaction with the Linear API to manage issues, teams, and comments. It allows users to create, update, and search for issues while accessing workspace users and workflow states.
What is Linear?
Linear is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to open-source model context protocol server that enables interaction with the linear api to manage issues, teams, and comments. it allows users to create, update, and search for issues while accessing w...
An open-source Model Context Protocol server that enables interaction with the Linear API to manage issues, teams, and comments. It allows users to create, update, and search for issues while accessing workspace users and workflow states.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An open-source Model Context Protocol server that enables in
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx linear-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Linear
The Linear MCP Server connects AI assistants like Claude to the Linear project management API, enabling natural language management of issues, teams, comments, and workflow states without opening the Linear web interface. Users can create, search, update, and comment on issues, retrieve team backlogs, check assigned work, and explore workspace-wide data — all through conversational prompts. Engineering teams already using Linear for issue tracking will find this server especially useful for quick issue triage, status updates, and project status checks from within their AI-assisted workflows.
Prerequisites
- A Linear account with at least one team workspace
- A Linear API key (from linear.app/YOUR-TEAM/settings/api)
- Node.js 18+ installed
- An MCP-compatible client such as Claude Desktop
Obtain a Linear API key
Log in to Linear, navigate to your team's Settings, then to the API section, and create a new personal API key. Copy the key — you will not be able to view it again after leaving the page.
Install via Smithery (recommended)
The easiest installation method is via the Smithery CLI, which automatically configures Claude Desktop for you.
npx @smithery/cli install linear-mcp-server --client claudeOr configure Claude Desktop manually
If you prefer manual setup, add the server entry directly to your Claude Desktop config file. On macOS this is at `~/Library/Application Support/Claude/claude_desktop_config.json`.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "linear-mcp-server"],
"env": {
"LINEAR_API_KEY": "your_linear_api_key_here"
}
}
}
}Restart Claude Desktop
Close and reopen Claude Desktop to load the new MCP server. You should see the Linear integration available in the tools panel.
Retrieve your team ID for issue creation
Ask Claude to list your Linear teams to find the team ID you'll need when creating issues. Store it for frequent use.
Linear Examples
Client configuration
Manual Claude Desktop configuration for the Linear MCP Server using your LINEAR_API_KEY.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "linear-mcp-server"],
"env": {
"LINEAR_API_KEY": "lin_api_xxxxxxxxxxxxxxxxxxxx"
}
}
}
}Prompts to try
After connecting, use these natural language prompts to manage your Linear workspace through Claude:
- "Show me all open issues assigned to me in Linear"
- "Create a new bug report titled 'Login page crashes on mobile' with high priority in the Frontend team"
- "Search for all issues labeled 'performance' that are still in progress"
- "Update issue ENG-234 status to 'In Review' and add a comment summarizing what was done"
- "List all issues in the backlog for the Backend team sorted by priority"Troubleshooting Linear
Authentication error: 'Invalid API key' when starting the server
Double-check your Linear API key in the config. Keys start with `lin_api_`. Regenerate a new key from linear.app/YOUR-TEAM/settings/api if needed and update the claude_desktop_config.json `LINEAR_API_KEY` value.
Issue creation fails with 'team not found'
You must provide the team's internal ID (a UUID like `a1b2c3d4-...`), not the team's display name. Ask Claude to list your teams first to retrieve the correct team ID before creating issues.
Search returns no results even though issues exist
Search queries are case-sensitive and match against issue titles and descriptions. Try broader search terms or filter by team and status separately. The default limit is 10 results — specify a higher limit if you need more results returned.
Frequently Asked Questions about Linear
What is Linear?
Linear is a Model Context Protocol (MCP) server that open-source model context protocol server that enables interaction with the linear api to manage issues, teams, and comments. it allows users to create, update, and search for issues while accessing workspace users and workflow states. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Linear?
Follow the installation instructions on the Linear GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Linear?
Linear works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Linear free to use?
Yes, Linear is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Linear Alternatives — Similar Business Applications Servers
Looking for alternatives to Linear? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Linear in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Linear?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.