Linear Issues MCP Server
@MCP-Mirror
关于 Linear Issues MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"linear-issues": {
"command": "npx",
"args": [
"-y",
"@keegancsmith/linear-issues-mcp-server"
],
"env": {
"LINEAR_API_TOKEN": "your_linear_api_token_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear Issues MCP Server?
The Linear Issues MCP Server is a read-only MCP server that enables language models to fetch Linear issues and their associated data using a Linear API token. It is designed for developers who want to query Linear issues directly from Claude for Desktop or other MCP clients.
How to use Linear Issues MCP Server?
No installation is needed if you use npx. Configure the server in your Claude for Desktop configuration file (e.g., claude_desktop_config.json) with the command npx -y @keegancsmith/linear-issues-mcp-server and set the environment variable LINEAR_API_TOKEN to your Linear API key or OAuth token. Once running, you can ask Claude to fetch issue details or comments by providing an issue identifier or URL.
Key features of Linear Issues MCP Server
- Provides two tools:
linear_get_issueandlinear_get_issue_with_comments - Read-only access to Linear issues
- Retrieves issues by URL or identifier
- Fetches complete issue details including all comments
- Runs via npx with no installation required
Use cases of Linear Issues MCP Server
- Quickly get basic details of a Linear issue without leaving your chat
- Retrieve full issue information including all comments for review
- Integrate issue lookup directly into conversations with Claude for Desktop
FAQ from Linear Issues MCP Server
How do I get a Linear API token?
You can generate an API key in your Linear API settings, or create an OAuth2 application in Linear and follow the OAuth flow to get a user access token.
What tools does Linear Issues MCP Server provide?
It provides two tools: linear_get_issue for basic issue details, and linear_get_issue_with_comments for complete information including all comments.
What are the requirements for using this server?
You need Node.js installed and a Linear API token or OAuth access token.
Do I need to install anything?
No. You can run the server directly using npx with the package @keegancsmith/linear-issues-mcp-server.
How do I configure it with Claude for Desktop?
Add the server to your Claude for Desktop configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, with similar paths for Linux and Windows) using the example JSON shown in the README, and restart Claude.
版本控制 分类下的更多 MCP 服务器
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
评论