Linear

v1.0.0Business Applicationsstable

Enables AI agents to manage Linear issues, projects, teams, users, comments, and cycles through an optimized interface designed specifically for language models. Supports both local and remote deployment with OAuth authentication and batch operations

linear-streamable-mcp-servermcpai-integration
Share:
70
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 enables ai agents to manage linear issues, projects, teams, users, comments, and cycles through an optimized interface designed specifically for language models. supports both local and remote deploym...

Enables AI agents to manage Linear issues, projects, teams, users, comments, and cycles through an optimized interface designed specifically for language models. Supports both local and remote deployment with OAuth authentication and batch operations

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

Features

  • Enables AI agents to manage Linear issues, projects, teams,

Use Cases

Manage Linear issues and projects through natural language.
Create, update, and organize issues and cycles.
Perform batch operations on Linear teams and comments.
iceener

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 11, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx linear-streamable-mcp-server

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

Linear Streamable MCP Server connects AI assistants to the Linear project management platform, exposing tools that let language models create, update, search, and organize issues, projects, teams, comments, and cycles through natural language. It supports both simple API key authentication for personal use and full OAuth for multi-user remote deployments on Cloudflare Workers. The batch operation design means an AI agent can update dozens of issues in a single request, making it practical for sprint planning and bulk triage workflows.

Prerequisites

  • Bun runtime (or Node.js 24+) installed on your machine
  • A Linear account with a valid API key (format: lin_api_xxxx) obtained from Linear Settings > API
  • For remote/OAuth deployment: a Cloudflare account and wrangler CLI
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository and install dependencies

Clone the linear-streamable-mcp-server repo and install all dependencies using Bun.

git clone https://github.com/iceener/linear-streamable-mcp-server.git
cd linear-streamable-mcp-server
bun install
2

Configure environment variables

Copy the example environment file and fill in your Linear API key and auth strategy. For simple local use, bearer token mode is the easiest option.

cp env.example .env
# Edit .env and set:
# PORT=3000
# AUTH_STRATEGY=bearer
# BEARER_TOKEN=lin_api_xxxx
3

Start the server in development mode

Run the server locally. It will listen on port 3000 by default and accept MCP connections over HTTP.

bun dev
4

Configure Claude Desktop to connect via mcp-remote

Since this server uses HTTP transport (not stdio), Claude Desktop needs the mcp-remote bridge. Add the following to your claude_desktop_config.json.

{
  "mcpServers": {
    "linear": {
      "command": "bunx",
      "args": ["mcp-remote", "http://localhost:3000/mcp", "--transport", "http-only"],
      "env": { "NO_PROXY": "127.0.0.1,localhost" }
    }
  }
}
5

Discover your workspace IDs

Before creating issues, use the workspace_metadata tool to fetch team IDs, project IDs, and state IDs — these are needed as parameters in most other operations.

Linear Examples

Client configuration

Claude Desktop configuration connecting to the locally running Linear MCP server via mcp-remote HTTP transport.

{
  "mcpServers": {
    "linear": {
      "command": "bunx",
      "args": ["mcp-remote", "http://localhost:3000/mcp", "--transport", "http-only"],
      "env": { "NO_PROXY": "127.0.0.1,localhost" }
    }
  }
}

Prompts to try

Example prompts that exercise the Linear MCP tools for issue and project management.

- "Show me all open issues assigned to me in the Engineering team"
- "Create three new issues for the Q3 roadmap: user onboarding redesign, API rate limiting, and dark mode support"
- "Mark all issues in the current cycle that are in the 'In Review' state as Done"
- "Add a comment to issue ENG-42 saying the fix has been deployed to staging"
- "List all projects in our workspace and their current status"

Troubleshooting Linear

Claude Desktop cannot connect to the server

Make sure the bun dev process is running and listening on port 3000 before restarting Claude Desktop. Also confirm NO_PROXY is set in the env block so the mcp-remote bridge does not try to route localhost through a proxy.

API calls return 401 Unauthorized errors

Verify that BEARER_TOKEN in your .env file starts with lin_api_ and was generated from Linear Settings > API. If using OAuth mode, ensure PROVIDER_CLIENT_ID and PROVIDER_CLIENT_SECRET match your Linear OAuth application settings.

Batch create_issues fails with missing teamId

Call workspace_metadata with include: ["teams"] first to retrieve your team's UUID, then pass that exact value as teamId in the create_issues payload.

Frequently Asked Questions about Linear

What is Linear?

Linear is a Model Context Protocol (MCP) server that enables ai agents to manage linear issues, projects, teams, users, comments, and cycles through an optimized interface designed specifically for language models. supports both local and remote deployment with oauth authentication and batch operations 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.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-streamable-mcp-server": { "command": "npx", "args": ["-y", "linear-streamable-mcp-server"] } } }

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