How to Install and Use Linear MCP Server

Discover how to install and use Linear MCP to automate Linear tasks with Cursor, Windsurf, and Claude. This tutorial covers setup, authentication, and testing

Ashley Goolam

Ashley Goolam

13 June 2025

How to Install and Use Linear MCP Server

If you're looking to integrate AI assistants with your Linear project management workflows, the Linear MCP server is a fantastic tool that enables AI agents to interact with Linear’s API seamlessly. This server supports creating, updating, and listing issues, managing projects and teams, and much more — all through the Model Context Protocol (MCP). I set up Linear MCP in 15 minutes, and it’s a total game-changer for managing projects!

In this detailed tutorial, we’ll cover everything you need to know about installing, configuring, and using the Linear MCP server, including how to connect it with popular AI clients like Claude Desktop, Windsurf and Cursor. Let’s get started!

💡
Want a great API Testing tool that generates beautiful API Documentation?

Want an integrated, All-in-One platform for your Developer Team to work together with maximum productivity?

Apidog delivers all your demands, and replaces Postman at a much more affordable price!
button

What is Linear MCP? Your AI Workflow Booster

Linear MCP is a Model Context Protocol server that connects AI tools to Linear, a sleek project management platform for issues, sprints, and tasks. It lets AI agents fetch, create, or update Linear data—like issues or comments—via a standardized interface. Here’s why Linear MCP is awesome:

Most users call Linear MCP a “simple, secure way” to power workflows with Linear data. Ready to try it? Let’s set it up

Why Use Linear MCP?

Linear MCP bridges AI and project management, saving you time on repetitive tasks. Benefits include:

I used Linear MCP to assign a bug ticket in seconds—way faster than manual clicks!

How to Install Linear MCP: Step-by-Step Guide

Let’s install Linear MCP on Cursor, Windsurf, and Claude. You’ll need a Linear account (linear.app) and Node.js installed for some setups. Follow the steps for your preferred tool!

1. Install Linear MCP on Cursor

cursor mcp tools
install linear mcp server

2. Install Linear MCP on Windsurf

manage mcp servers on windsurf
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
    }
  }
}

3. Install Linear MCP on Claude

For Team/Enterprise (Claude.ai):

For Free/Pro (Claude Desktop):

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
    }
  }
}

4. Authenticate Linear MCP

To use Linear MCP, you need to log in to Linear:

In Cursor/Windsurf:

login prompt
create a workspace on linear

In Claude:

5. Test Linear MCP

Now, let’s see Linear MCP in action! In your IDE or Claude chat, try these prompts:

list issues
investigate issues
update issues
assign issues

How easy was that? My test issue was assigned in seconds—Linear MCP is a time-saver

Troubleshooting Linear MCP Issues

Customizing and Extending Linear MCP

Want to level up? Try these:

I set up a prompt to auto-label issues “TODO”—saved me hours!

Why Linear MCP is a Must-Have

Linear MCP makes AI your project management sidekick, automating Linear tasks with ease. Its secure OAuth, cross-platform support, and real-time data access outshine manual workflows. Sure, setup might hiccup if Node.js isn’t installed, but the Linear docs have you covered. Compared to API-only integrations, Linear MCP is faster and more AI-friendly.

Ready to automate your Linear workflow? Install Linear MCP, test those prompts, and share your setup—I’m pumped to see what you build!

💡
Want a great API Testing tool that generates beautiful API Documentation?

Want an integrated, All-in-One platform for your Developer Team to work together with maximum productivity?

Apidog delivers all your demands, and replaces Postman at a much more affordable price!
button

Explore more

10 Best Small Local LLMs to Try Out (< 8GB)

10 Best Small Local LLMs to Try Out (< 8GB)

The world of Large Language Models (LLMs) has exploded, often conjuring images of massive, cloud-bound supercomputers churning out text. But what if you could harness significant AI power right on your personal computer, without constant internet connectivity or hefty cloud subscriptions? The exciting reality is that you can. Thanks to advancements in optimization techniques, a new breed of "small local LLMs" has emerged, delivering remarkable capabilities while fitting comfortably within the me

13 June 2025

React Tutorial: A Beginner's Guide

React Tutorial: A Beginner's Guide

Welcome, aspiring React developer! You've made a fantastic choice. React is a powerful and popular JavaScript library for building user interfaces, and learning it is a surefire way to boost your web development skills. This comprehensive, step-by-step guide will take you from zero to hero, equipping you with the practical knowledge you need to start building your own React applications in 2025. We'll focus on doing, not just reading, so get ready to write some code! 💡Want a great API Testing

13 June 2025

How to Use DuckDB MCP Server

How to Use DuckDB MCP Server

Discover how to use DuckDB MCP Server to query DuckDB and MotherDuck databases with AI tools like Cursor and Claude. Tutorial covers setup and tips!

13 June 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs