Linear MCP Server

Integrations

  • Allows AI assistants to fetch data from Linear, specifically retrieving tickets in the 'Todo' state for users by ID or email address.

リニアMCPサーバー

Linearと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCP標準を介してLinearからデータを取得できます。

現在の機能

  • ユーザーIDまたはメールアドレスでユーザーのToDoチケットを取得する

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトのルートに.envファイルを作成します ( .env.exampleからコピーします)。
    LINEAR_API_KEY=your_linear_api_key_here
    Linear Developer ConsoleからLinear APIキーを取得します

発達

開発サーバーを実行します(ホットリロードを使用)。

npm run dev

生産のための構築

TypeScript コードをビルドします。

npm run build

コンパイルされたコードを実行します。

npm start

MCPクライアントでの使用

このMCPサーバーは標準のMCPプロトコルを実装しており、あらゆるMCPクライアントで使用できます。サーバーは以下のツールを公開しています。

Claude Codeと併用

この MCP サーバーを Claude Code で使用するには、次のコマンドを実行します。

claude mcp add linear-mcp-server -- node dist/index.js

これにより、Linear MCP サーバーが Claude Code に登録され、Claude の会話から Linear チケットに直接アクセスできるようになります。

ユーザーのToDoチケットを取得する

指定されたユーザーの「Todo」状態にあるすべてのチケットを取得します。

パラメータ:

  • userId (オプション): ユーザーのID
  • email (オプション): ユーザーのメールアドレス

注意: userIdまたはemailいずれかを指定する必要があります。

応答例:

[ { "id": "issue-id", "identifier": "PROJ-123", "title": "Fix login issue", "url": "https://linear.app/...", "priority": 1 }, ... ]

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

-
security - not tested
F
license - not found
-
quality - not tested

AI アシスタントがモデル コンテキスト プロトコル (MCP) 標準を通じて線形チケット データにアクセスして取得できるようにするサーバー。現在は、ユーザーの ToDo チケットの取得に重点を置いています。

  1. Current Features
    1. Installation
      1. Development
        1. Building for Production
          1. Using with MCP clients
            1. Using with Claude Code
            2. get-user-todo-tickets
          2. Contributing

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
              Last updated -
              1
              2,728
              1,423
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              An implementation of a Model Context Protocol server that allows Claude and other AI assistants to interact with Shortcut.com's ticket management system for searching, viewing, creating, and updating stories.
              Last updated -
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              Model Context Protocol server for interacting with the HaloPSA API, enabling AI assistants like Claude to manage tickets, users, and assets in HaloPSA through natural language.
              Last updated -
              74
              JavaScript
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.
              Last updated -
              7
              1
              TypeScript
              MIT License

            View all related MCP servers

            ID: ku2ybzny31