Linear
The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access your Linear data in a simple and secure way.
Linear MCP Server
What it is: The Linear MCP Server provides a secure and standardized interface for AI models and agents to interact with your Linear workspace data. This allows AI to access, find, create, and update objects such as issues, projects, and comments within Linear.
How to use it: The Linear MCP server is centrally hosted and managed by Linear. You connect to it remotely using an MCP client. The primary transport method is Server-Sent Events (SSE).
To connect, you typically configure your MCP client (e.g., Claude, Cursor, VS Code, Windsurf, Zed) with the following details:
- Integration URL (for direct SSE clients):
https://mcp.linear.app/sse - Command (for stdio clients using
mcp-remote):npx -y mcp-remote https://mcp.linear.app/sse
Authentication is handled via OAuth with dynamic client registration, which will typically open a browser window for you to authorize access.
Recommend MCP Servers 💡
springinitializr-mcp
An MCP server that provides access to Spring Initializr functionality, allowing AI assistants to generate and download Spring Boot projects programmatically.
@mapbox/mcp-server
The Mapbox MCP Server transforms AI agents and applications into geospatially-aware systems by providing seamless access to Mapbox's comprehensive location intelligence platform, including geocoding, POI search, routing, and map visualization.
alizdavoodi/MCPDocSearch
An MCP server that makes crawled documentation searchable via semantic search
webscraping-ai-mcp
A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
SiddheshDongare/GIT-Pilot
A FastMCP-based server for GitHub automation and management, simplifying repository, pull request, and issue operations.
ndlxp2008/mcp-temple
基于TypeScript的MCP服务器,实现简单笔记系统,演示核心MCP概念(资源管理、工具、提示)
