Linear MCP Server
@tiovikram
关于 Linear MCP Server
MCP server for Linear (
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"linear-mcp-tiovikram": {
"command": "npx",
"args": [
"@ibraheem4/linear-mcp"
],
"env": {
"LINEAR_API_KEY": "your-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear MCP Server?
A Model Context Protocol (MCP) server that provides tools for interacting with Linear’s API, enabling AI agents to manage issues, projects, and teams programmatically through the Linear platform.
How to use Linear MCP Server?
Obtain a Linear API key from Linear’s Developer Settings, then run LINEAR_API_KEY=your-api-key npx @ibraheem4/linear-mcp. Alternatively, set the environment variable or configure the server in your client’s MCP settings (e.g., Claude Desktop, VS Code extension, Cursor) with the path to the built server and the API key in the env object.
Key features of Linear MCP Server
- Create, update, and list issues with filters
- List all teams in the workspace
- List projects with optional team filtering
- Retrieve detailed information about a specific issue
- Supports priorities, labels, and assignees
Use cases of Linear MCP Server
- Automate bug report creation from AI‑powered chat
- Query team‑assigned issues for status updates
- Update issue priority or assignee via natural language
- View project milestones and team details on demand
FAQ from Linear MCP Server
What prerequisites are required?
Node.js v16 or higher, a Linear account with API access, and a Linear API key.
How do I configure the server for my MCP client?
Add the server to your client’s MCP config file with the command node /path/to/build/index.js and set the LINEAR_API_KEY environment variable. Examples are provided for Claude Desktop, VS Code (Cline extension), and Cursor.
What tools does the server expose?
Six tools: create_issue, list_issues, update_issue, get_issue, list_teams, and list_projects. Each accepts typed parameters as documented.
How are errors handled?
The server includes comprehensive error handling for invalid API keys, missing parameters, Linear API errors, and invalid tool requests, returning descriptive error messages.
版本控制 分类下的更多 MCP 服务器
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
评论