Linear

v1.1.2Business Applicationsstable

A Model Context Protocol server that enables interaction with Linear workspaces to manage issues, projects, cycles, and teams through a GraphQL interface. It provides 21 tools for comprehensive task management, search, and workflow coordination using

claudecursorlinearmcpai
Share:
134
Stars
0
Downloads
0
Weekly
0/5

What is Linear?

Linear is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that enables interaction with linear workspaces to manage issues, projects, cycles, and teams through a graphql interface. it provides 21 tools for comprehensive task man...

A Model Context Protocol server that enables interaction with Linear workspaces to manage issues, projects, cycles, and teams through a GraphQL interface. It provides 21 tools for comprehensive task management, search, and workflow coordination using

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • linear_create_issue
  • linear_update_issue
  • linear_search_issues
  • linear_get_user_issues
  • linear_add_comment

Use Cases

Manage issues, projects, and workflows through AI-driven task coordination.
Search and organize team cycles and projects via natural language.
dedalus-labs

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.1.2
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y linear

Manual Installation

npx -y linear

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Linear

The Linear MCP server by Dedalus Labs connects AI assistants to your Linear workspace, exposing 21 GraphQL-backed tools for managing issues, projects, cycles, teams, labels, comments, and attachments. It uses OAuth2 via the Dedalus platform rather than personal API keys, so the connection is scoped to an authorized Linear OAuth app. Teams use it to let AI assistants triage backlogs, create and update issues, query active cycles, and coordinate project workflows entirely through natural language.

Prerequisites

  • A Linear workspace with admin access to create an OAuth application
  • A Dedalus Labs account and DEDALUS_API_KEY for hosting the MCP server
  • Python 3.10+ and uv package manager installed
  • An MCP client such as Claude Desktop or Cursor
  • OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET from your Linear OAuth app
1

Create a Linear OAuth application

Go to your Linear workspace settings, navigate to API, and create a new OAuth application. Copy the Client ID and Client Secret — you will need these as environment variables.

2

Obtain a Dedalus API key

Sign up at the Dedalus Labs platform and generate a DEDALUS_API_KEY. This key authenticates the MCP server deployment on the Dedalus infrastructure.

3

Clone the repository and install dependencies

Clone the linear-mcp repository and install dependencies with uv. Personal API keys are not supported; the server requires OAuth2.

git clone https://github.com/dedalus-labs/linear-mcp
cd linear-mcp
uv sync
4

Set environment variables and run the server

Export the required credentials, then start the MCP server. The server authenticates Linear users via OAuth2 and routes requests through the Dedalus API.

export OAUTH_CLIENT_ID=your_linear_oauth_client_id
export OAUTH_CLIENT_SECRET=your_linear_oauth_client_secret
export DEDALUS_API_KEY=your_dedalus_api_key
export LINEAR_MCP_SLUG=org/linear-mcp

uv run src/main.py
5

Configure your MCP client to connect

Because this server runs on the Dedalus cloud platform, your client connects to the remote endpoint rather than a local stdio process. Follow the Dedalus Dashboard instructions for the exact connection URL after deployment.

Linear Examples

Client configuration

Example configuration for connecting to the linear-mcp server after deploying through Dedalus. The command launches the local stdio client that proxies to the Dedalus endpoint.

{
  "mcpServers": {
    "linear": {
      "command": "uv",
      "args": ["run", "src/main.py"],
      "env": {
        "OAUTH_CLIENT_ID": "your_linear_oauth_client_id",
        "OAUTH_CLIENT_SECRET": "your_linear_oauth_client_secret",
        "DEDALUS_API_KEY": "your_dedalus_api_key",
        "LINEAR_MCP_SLUG": "org/linear-mcp"
      }
    }
  }
}

Prompts to try

Use these prompts with your AI assistant once the Linear MCP server is connected.

- "What issues are currently assigned to me in Linear?"
- "Create a new bug issue titled 'Login page throws 500 on mobile' in the Backend team"
- "Search for all open issues labeled 'high-priority' in the current cycle"
- "Add a comment to issue ENG-142 saying the fix is deployed to staging"
- "List all projects in my Linear workspace and their current status"

Troubleshooting Linear

Authentication fails with 'Personal API keys are not supported'

The linear-mcp server requires OAuth2 via the Dedalus platform. You must create a Linear OAuth app and provide OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET — a Linear personal API token will not work.

uv sync fails to resolve dependencies

Ensure you are running Python 3.10 or higher and that uv is installed (pip install uv or brew install uv). Run uv sync --python 3.11 to pin a compatible version.

Server starts but returns 401 errors on Linear API calls

Verify that the DEDALUS_API_KEY is valid and that the LINEAR_MCP_SLUG matches the slug registered in your Dedalus Dashboard. Also confirm the OAuth app redirect URI is configured correctly in Linear.

Frequently Asked Questions about Linear

What is Linear?

Linear is a Model Context Protocol (MCP) server that model context protocol server that enables interaction with linear workspaces to manage issues, projects, cycles, and teams through a graphql interface. it provides 21 tools for comprehensive task management, search, and workflow coordination using It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Linear?

Install via npm with the command: npx -y linear. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

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.1k

A 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.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform 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.8k

AI 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.

Quick Config Preview

{ "mcpServers": { "linear": { "command": "npx", "args": ["-y", "linear"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides