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 💡
patronus-mcp-server
An MCP server implementation for the Patronus SDK, providing a standardized interface for running powerful LLM system optimizations, evaluations, and experiments.
3loka/consul-mcp-server
A Model Control Protocol (MCP) server for interacting with HashiCorp Consul service discovery and service mesh, enabling Claude to analyze microservices architecture, create diagrams, identify issues, and provide recommendations through natural language.
@genomoncology/biomcp
BioMCP: Biomedical Model Context Protocol
julien040/anyquery
Query anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCP
jira-server
A TypeScript-based MCP server implementing a simple notes system with resources, tools for creating notes, and prompts for summarizing them.
Microsoft.PowerPlatform.Dataverse.MCP
Microsoft Dataverse MCP Server enables seamless integration between LLM applications and Dataverse, providing intelligent access to tables, records, and knowledge sources, standardizing AI model interaction with Dataverse data.
