MCP.so
ログイン

Linear MCP Server

@MCP-Mirror

Linear MCP Server について

Mirror of

基本情報

カテゴリ

バージョン管理

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを 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 labels
  • linear_search_issues – search issues with filtering and pagination
  • linear_get_cycles – get all cycles for a team
  • linear_get_projects – get all projects
  • linear_create_issue – create a new issue
  • linear_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.

コメント

「バージョン管理」の他のコンテンツ