Price Per TokenPrice Per Token
Linear

Linear

by tacticlaunch

GitHub 128 275 uses
0

About

Linear is a project management platform designed for software teams to plan, track, and ship product work. This MCP server connects AI assistants to Linear's GraphQL API, enabling seamless project management through natural language commands. Key capabilities: - Retrieve and search issues, projects, teams, and other Linear data - Create new issues and update existing ones - Modify issue status and workflow states - Assign issues to team members - Add comments and updates to issues - Create new projects and teams

README

MCP Linear

A Model Context Protocol (MCP) server implementation for the Linear GraphQL API that enables AI assistants to interact with Linear project management systems.

[](https://www.npmjs.com/package/@tacticlaunch/mcp-linear) [](https://smithery.ai/server/@tacticlaunch/mcp-linear)

Features

MCP Linear bridges the gap between AI assistant and Linear (project management tool) by implementing the MCP protocol. This allows to:

  • Retrieve issues, projects, teams, and other data from Linear
  • Create and update issues
  • Change issue status
  • Assign issues to team members
  • Add comments
  • Create projects and teams
  • Example prompts

    Once connected, you can use prompts like:

  • "Show me all my Linear issues"
  • "Create a new issue titled 'Fix login bug' in the Frontend team"
  • "Change the status of issue FE-123 to 'In Progress'"
  • "Assign issue BE-456 to John Smith"
  • "Add a comment to issue UI-789: 'This needs to be fixed by Friday'"
  • Installation

    Getting Your Linear API Token

    To use MCP Linear, you'll need a Linear API token. Here's how to get one:

    1. Log in to your Linear account at linear.app 2. Click on organization avatar (in the top-left corner) 3. Select Settings 4. Navigate to Security & access in the left sidebar 5. Under Personal API Keys click New API Key 6. Give your key a name (e.g., MCP Linear Integration) 7. Copy the generated API token and store it securely - you won't be able to see it again!

    Installing via Smithery (Recommended)

  • To install MCP Linear for Cursor:
  • npx -y @smithery/cli install @tacticlaunch/mcp-linear --client cursor
    

  • To install MCP Linear for Claude Desktop:
  • npx -y @smithery/cli install @tacticlaunch/mcp-linear --client claude
    

    Manual Configuration

    Add the following to your MCP settings file:

    {
      "mcpServers": {
        "linear": {
          "command": "npx",
          "args": ["-y", "@tacticlaunch/mcp-linear"],
          "env": {
            "LINEAR_API_TOKEN": ""
          }
        }
      }
    }
    

    #### Client-Specific Configuration Locations

  • Cursor: ~/.cursor/mcp.json
  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Claude VSCode Extension: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
  • GoMCP: ~/.config/gomcp/config.yaml
  • Manual run

    Prerequisites

  • Node.js (v18+)
  • NPM or Yarn
  • Linear API token
  • # Install globally
    npm install -g @tacticlaunch/mcp-linear

    Or clone and install locally

    git clone https://github.com/tacticlaunch/mcp-linear.git cd mcp-linear npm install npm link # Makes the package available globally

    #### Running the Server

    Run the server with your Linear API token:

    mcp-linear --token YOUR_LINEAR_API_TOKEN
    

    Or set the token in your environment and run without arguments:

    export LINEAR_API_TOKEN=YOUR_LINEAR_API_TOKEN
    mcp-linear
    

    Available Tools

    See TOOLS.md for a complete list of available tools and planned features.

    Development

    See DEVELOPMENT.md for more information on how to develop locally.

    Links

    tacticlaunch/cursor-memory-bank - If you are a developer seeking to enhance your workflow with Cursor, consider giving it a try.

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81
    Saju Insights

    Saju Insights

    hjsh200219

    Saju Insights provides personalized Korean traditional Four Pillars of Destiny (Saju) fortune-telling based on birth data. It calculates destiny charts using the eight characters (four heavenly stems and four earthly branches) derived from birth year, month, day, and hour. Key capabilities include: - Birth chart calculation with automatic True Solar Time adjustment (Jintaeyangsi -30min correction) - Fortune analysis covering personality, career, wealth, health, and love prospects - Relationship compatibility analysis comparing two people's Saju charts - 10-year luck cycle (Daewon) predictions for long-term planning - Yongsin (favorable element) guidance on lucky colors, directions, and career paths - Lunar-solar calendar conversion supporting 1900-2200 with leap month handling - Daily fortune readings and seasonal power calculations - Multiple interpretation schools including Ziping, DTS, and modern methodologies

    Entertainment
    7 11