Linear MCP Server
@MCP-Mirror
Linear MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cpropster_linear-mcp-server": {
"command": "node",
"args": [
"test-client.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Linear MCP Server?
Linear MCP Server is a Model Context Protocol server that enables Claude to interact with Linear’s API to manage teams, issues, projects, and cycles.
How to use Linear MCP Server?
Install the server via the Cline MCP Marketplace or clone and build from source. Configure a Linear OAuth token in the MCP configuration file, then verify the connection by using the linear_search_issues tool.
Key features of Linear MCP Server
linear_get_teams– retrieve all teams with states and labelslinear_search_issues– search issues with filtering and paginationlinear_get_cycles– get all cycles for a teamlinear_get_projects– get all projectslinear_create_issue– create a new issuelinear_update_issue– update an existing issue
Use cases of Linear MCP Server
- Manage Linear issues directly from Claude conversations
- Retrieve team data, cycles, and projects for planning
- Create and update issues without leaving the chat interface
FAQ from Linear MCP Server
What dependencies are required?
Node.js and npm are required. After cloning the repository, run npm install and npm run build.
How do I authenticate with Linear?
Create a Linear OAuth application at linear.app, note the client ID, client secret, and generate a user-based developer token. Provide these as environment variables (LINEAR_CLIENT_ID, LINEAR_CLIENT_SECRET, LINEAR_REFRESH_TOKEN) in the MCP configuration file.
How do I verify the installation is working?
After configuring the MCP server, reload the configuration and test with the linear_search_issues tool. A successful response lists issues from your Linear account.
What are common issues during setup?
Common issues include an incorrect server path in the args field, invalid or expired Linear tokens, missing required environment variables, or the server being disabled in the configuration.
「バージョン管理」の他のコンテンツ
Bitbucket Server MCP
garc33Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

GitLab
modelcontextprotocolModel Context Protocol Servers
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.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
コメント