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

Why Should Developers Choose ntfy.sh for Push Notifications?

Why Should Developers Choose ntfy.sh for Push Notifications?

Learn how ntfy.sh revolutionizes push notifications with its open source, HTTP-based API. Discover implementation strategies, security best practices, and integration with Apidog for comprehensive testing.

4 July 2025

How to Get Started with Snyk CLI and the Snyk MCP Server

How to Get Started with Snyk CLI and the Snyk MCP Server

Get started with Snyk CLI and Snyk MCP server to secure your code. This tutorial covers installation, setup, and AI-driven vulnerability scans for your projects.

4 July 2025

AI-Powered Documentation Solutions for Modern Development

AI-Powered Documentation Solutions for Modern Development

Delve into the world of AI-powered documentation: discover top tools, key benefits, and how each tool empowers modern teams to create, manage, and publish documentation faster than ever.

4 July 2025

Practice API Design-first in Apidog

Discover an easier way to build and use APIs