Linear
De Model Context Protocol (MCP) server biedt een gestandaardiseerde interface waarmee elk compatibel AI-model of elke agent op een eenvoudige en veilige manier toegang krijgt tot uw Linear-gegevens.
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 💡
fastmcp-gsuite
MCP server for interacting with Google products including Gmail and Calendar
gds-agent
An MCP Server that integrates with the Neo4j Graph Data Science (GDS) library, enabling LLMs to perform complex graph reasoning and execute graph algorithms on Neo4j databases.
mcp-wdpcameracontrol-server
A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for core MCP concepts demonstration
cve-search_mcp
A Model Context Protocol (MCP) server for querying the CVE-Search API
mcp-server-microsoft365-filesearch
An MCP server providing advanced file search capabilities within Microsoft 365 (SharePoint & OneDrive)
mcp-simple-openai-assistant
MCP server that gives Claude ability to use OpenAI's GPTs assistants
