MCPリニア
AI アシスタントが Linear プロジェクト管理システムと対話できるようにする Linear GraphQL API 用のモデル コンテキスト プロトコル (MCP) サーバー実装。
特徴
MCP Linearは、MCPプロトコルを実装することで、AIアシスタントとLinear(プロジェクト管理ツール)間のギャップを埋めます。これにより、以下のことが可能になります。
- 問題、プロジェクト、チーム、その他のデータをLinearから取得する
- 問題の作成と更新
- 問題のステータスを変更する
- チームメンバーに問題を割り当てる
- コメントを追加する
- プロジェクトとチームを作成する
プロンプトの例
接続すると、次のようなプロンプトを使用できます。
- 「すべてのLinearの問題を表示」
- 「フロントエンドチームに「ログインバグの修正」というタイトルの新しい問題を作成します」
- 「問題 FE-123 のステータスを「進行中」に変更する」
- 「問題 BE-456 を John Smith に割り当てる」
- 「問題 UI-789 にコメントを追加: 'これは金曜日までに修正する必要があります'」
インストール
リニアAPIトークンの取得
MCP Linear を使用するには、Linear API トークンが必要です。取得方法は次のとおりです。
- linear.appでLinearアカウントにログインしてください
- 組織のアバター(左上隅)をクリックします
- 設定を選択
- 左側のサイドバーの**「セキュリティとアクセス」**に移動します
- 個人APIキーの下にある新しいAPIキーをクリックします
- キーに名前を付けます(例:
MCP Linear Integration
) - 生成された API トークンをコピーして安全に保管してください。再度表示することはできません。
Smithery経由でインストールする (推奨)
- MCP Linear for Cursor をインストールするには:
- Claude Desktop に MCP Linear をインストールするには:
手動設定
MCP 設定ファイルに次の内容を追加します。
クライアント固有の設定場所
- カーソル:
~/.cursor/mcp.json
- Claude デスクトップ:
~/Library/Application Support/Claude/claude_desktop_config.json
- Claude VSCode 拡張機能:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- GoMCP:
~/.config/gomcp/config.yaml
手動実行
前提条件
- Node.js (v18+)
- NPM または Yarn
- リニアAPIトークン
サーバーの実行
Linear API トークンを使用してサーバーを実行します。
または、環境にトークンを設定し、引数なしで実行します。
利用可能なツール
利用可能なツールと計画されている機能の完全なリストについては、 TOOLS.md を参照してください。
発達
ローカルで開発する方法の詳細については、 DEVELOPMENT.md を参照してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI アシスタントが自然言語を通じてリニア プロジェクト管理システムと対話できるようにし、ユーザーが問題、プロジェクト、チームを取得、作成、更新できるようにする MCP サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.Last updated -438TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- -securityFlicense-qualityAn MCP server that enables AI assistants to interact with the Plane project management platform, allowing them to manage workspaces, projects, issues, and comments through a structured API.Last updated -JavaScript
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1129TypeScript