Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Project ManagementAuth: OAuth2.1

Linear hosted MCP server

Issue tracking

Linear’s hosted MCP server connects agents to a Linear workspace to search, create, and update issues, projects, and comments — the same primitives the Linear app exposes, secured with OAuth.

Curated by Published Updated

Server description

Create and manage Linear issues, projects, and cycles

Linear’s hosted MCP server connects agents to a Linear workspace to search, create, and update issues, projects, and comments — the same primitives the Linear app exposes, secured with OAuth.

Directory details

Slug
linear
Category
Project Management
Category slug
project-management
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "linear": {
      "url": "https://mcp.linear.app/sse"
    }
  }
}

Connection links