2,500+ MCP servers ready to use
Vinkius

Linear MCP Server for Cursor 12 tools — connect in under 2 minutes

Built by Vinkius GDPR 12 Tools IDE

Cursor is an AI-first code editor built on VS Code that integrates LLM-powered coding assistance directly into the development workflow. Its Agent mode enables autonomous multi-step coding tasks, and MCP support lets agents access external data sources and APIs during code generation.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Linear and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "linear": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Linear
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Linear MCP Server

Connect your Linear workspace to any AI agent and take full control of your issue tracking and sprint workflows through natural conversation.

Cursor's Agent mode turns Linear into an in-editor superpower. Ask Cursor to generate code using live data from Linear and it fetches, processes, and writes. all in a single agentic loop. 12 tools appear alongside file editing and terminal access, creating a unified development environment grounded in real-time information.

What you can do

  • User & Team Discovery — Retrieve the authenticated user profile and list all teams configured in your Linear workspace
  • Issue Management — List, search, inspect and create issues with full metadata including assignees, labels, priority and state
  • Project Oversight — Browse all active projects, view their status and drill into specific project details by ID
  • Comments & Collaboration — Add comments to issues to keep your team context aligned without switching to the Linear app
  • Cycle Tracking — List all sprint cycles for any team, including start/end dates and completion progress
  • Label Organization — View all issue labels used for categorization across teams

The Linear MCP Server exposes 12 tools through the Vinkius. Connect it to Cursor in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Linear to Cursor via MCP

Follow these steps to integrate the Linear MCP Server with Cursor.

01

Open MCP Settings

Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"

02

Add the server config

Paste the JSON configuration above into the mcp.json file that opens

03

Save the file

Cursor will automatically detect the new MCP server

04

Start using Linear

Open Agent mode in chat and ask: "Using Linear, help me...". 12 tools available

Why Use Cursor with the Linear MCP Server

Cursor AI Code Editor provides unique advantages when paired with Linear through the Model Context Protocol.

01

Agent mode turns Cursor into an autonomous coding assistant that can read files, run commands, and call MCP tools without switching context

02

Cursor's Composer feature can generate entire files using real-time data fetched through MCP. no copy-pasting from external dashboards

03

MCP tools appear alongside built-in tools like file reading and terminal access, creating a unified agentic environment

04

VS Code extension compatibility means your existing workflow, keybindings, and extensions all work alongside MCP tools

Linear + Cursor Use Cases

Practical scenarios where Cursor combined with the Linear MCP Server delivers measurable value.

01

Code generation with live data: ask Cursor to generate a security report module using live DNS and subdomain data fetched through MCP

02

Automated documentation: have Cursor query your API's tool schemas and generate TypeScript interfaces or OpenAPI specs automatically

03

Infrastructure-as-code: Cursor can fetch domain configurations and generate corresponding Terraform or CloudFormation templates

04

Test scaffolding: ask Cursor to pull real API responses via MCP and generate unit test fixtures from actual data

Linear MCP Tools for Cursor (12)

These 12 tools become available when you connect Linear to Cursor via MCP:

01

create_comment

The body supports Linear Markdown format including @mentions and ~~strikethrough~~. Add a comment to a Linear issue

02

create_issue

Requires the team ID and issue title. Optionally set description, assignee, priority (0=No priority, 1=Urgent, 2=High, 3=Normal, 4=Low) and label IDs. Create a new Linear issue

03

get_issue

Use the issue ID (UUID) or the human-readable identifier (e.g. TEAM-123). Get full details for a Linear issue

04

get_project

Get details for a specific Linear project

05

get_viewer

Useful to verify which account the API token belongs to. Get current authenticated Linear user details

06

list_cycles

Each cycle has a number, name, start date, end date and completion progress percentage. List Linear cycles (sprints) for a team

07

list_issues

Optionally filter by team ID to get issues for a specific team only. List Linear issues

08

list_labels

Optionally filter by team ID. Each label has a name, color and optional description. List Linear issue labels

09

list_projects

Projects group issues across multiple teams. Use optional limit to control how many results to fetch. List Linear projects

10

list_teams

Each team has a unique ID, name, key prefix and optional description. Use this to discover teams before querying their issues or cycles. List all Linear teams

11

search_issues

Optionally filter results to a specific team. Returns issues with identifier, title, state, priority, assignee and URL. Search Linear issues by text

12

update_issue

Provide the issue ID (UUID) and only the fields you want to change. Update an existing Linear issue

Example Prompts for Linear in Cursor

Ready-to-use prompts you can give your Cursor agent to start working with Linear immediately.

01

"Show me all unresolved issues assigned to the Engineering team."

02

"Create a new issue in the Backend team titled 'Add rate limiting to /api/search endpoint' with high priority."

03

"What's the current sprint cycle progress for the Mobile team?"

Troubleshooting Linear MCP Server with Cursor

Common issues when connecting Linear to Cursor through the Vinkius, and how to resolve them.

01

Tools not appearing in Cursor

Ensure you are in Agent mode (not Ask mode). MCP tools only work in Agent mode.
02

Server shows as disconnected

Check Settings → Features → MCP and verify the server status. Try clicking the refresh button.

Linear + Cursor FAQ

Common questions about integrating Linear MCP Server with Cursor.

01

What is Agent mode and why does it matter for MCP?

Agent mode is Cursor's autonomous execution mode where the AI can perform multi-step tasks: reading files, editing code, running terminal commands, and calling MCP tools. Without Agent mode, Cursor operates in a simpler ask-and-answer mode that doesn't support tool calling. Always ensure you're in Agent mode when working with MCP servers.
02

Where does Cursor store MCP configuration?

Cursor looks for MCP server configurations in a mcp.json file. You can configure servers at the project level (.cursor/mcp.json in your project root) or globally (~/.cursor/mcp.json). Project-level configs take precedence.
03

Can Cursor use MCP tools in inline edits?

No. MCP tools are only available in Agent mode through the chat panel. Inline completions and Tab suggestions do not trigger MCP tool calls. This is by design. tool calls require user visibility and approval.
04

How do I verify MCP tools are loaded?

Open Settings → Features → MCP and look for your server name. A green indicator means the server is connected. You can also check Agent mode's available tools by clicking the tools dropdown in the chat panel.

Connect Linear to Cursor

Get your token, paste the configuration, and start using 12 tools in under 2 minutes. No API key management needed.