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 Agentic WorkersPublished 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.
- Slug
- linear
- Category
- Project Management
- Category slug
- project-management
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
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.
{
"mcpServers": {
"linear": {
"url": "https://mcp.linear.app/sse"
}
}
}