Linear Issue
БесплатноНе проверенMCP server for Linear that enables creating, searching, updating, and commenting on issues, as well as accessing issues, teams, and user data. Integrates with C
Описание
MCP server for Linear that enables creating, searching, updating, and commenting on issues, as well as accessing issues, teams, and user data. Integrates with Claude Desktop and other MCP clients.
README
An MCP (Model Context Protocol) server for Linear. Use it from Claude Desktop or any MCP client to create, search, update, and comment on Linear issues.
Requirements
- Node.js 18+
- A Linear API key (team settings → API)
Setup
git clone https://github.com/aniketsharma/linear-issue-mcp.git
cd linear-issue-mcp
npm install
npm run build
Create a .env file (or set the variable in your MCP client config):
LINEAR_API_KEY=your_api_key_here
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "linear-issue-mcp"],
"env": {
"LINEAR_API_KEY": "your_linear_api_key_here"
}
}
}
}
For local development without publishing, point command at node and args at the built entry:
{
"mcpServers": {
"linear": {
"command": "node",
"args": ["/absolute/path/to/linear-issue-mcp/build/index.js"],
"env": {
"LINEAR_API_KEY": "your_linear_api_key_here"
}
}
}
}
Tools
| Tool | Purpose |
|---|---|
linear_create_issue |
Create an issue (title, teamId; optional description, priority, status) |
linear_update_issue |
Update an issue by id |
linear_search_issues |
Filter by query, team, status, assignee, labels, priority |
linear_get_user_issues |
List issues for a user (or the authenticated user) |
linear_add_comment |
Comment on an issue (markdown supported) |
Resources
linear-issue:///{issueId}— single issuelinear-team:///{teamId}/issues— team backloglinear-user:///{userId}/assigned— assigned issues (mefor current user)linear-organization:— org, teams, memberslinear-viewer:— authenticated user context
Example prompts
- “Show my high-priority Linear issues”
- “Create a bug report for the auth flow and assign it to the mobile team”
- “Summarize recent updates on frontend issues that are in progress”
Development
npm install
npm run build
npm run watch # rebuild on change
npm run inspector
License
MIT — see LICENSE.
Установка Linear Issue
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aniket2468/linear-issue-mcpFAQ
Linear Issue MCP бесплатный?
Да, Linear Issue MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Linear Issue?
Нет, Linear Issue работает без API-ключей и переменных окружения.
Linear Issue — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Linear Issue в Claude Desktop, Claude Code или Cursor?
Открой Linear Issue на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare Linear Issue with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
