Linear MCP Server
@anoncam
About Linear MCP Server
A Linear MCP implementation that handles all Linear resource types.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linear-mcp-anoncam": {
"command": "node",
"args": [
"dist/index.js",
"stdio"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Linear MCP Server?
Linear MCP Server is a Model Context Protocol (MCP) server that provides AI assistants with access to Linear’s project management capabilities. It enables reading and writing Linear data through resources, tools, and prompt templates.
How to use Linear MCP Server?
Install Node.js 18 or later and obtain a Linear API key. Clone the repository, run npm install, create a .env file with LINEAR_API_KEY, then build with npm run build. Start the server using npm start or node dist/index.js stdio for stdio transport, or node dist/index.js http for an HTTP/SSE server on port 3000 (configurable via SERVER_PORT). To integrate with Claude Desktop, add the MCP server configuration in Claude’s settings.
Key features of Linear MCP Server
- Resources for issues, projects, teams, users, roadmaps, documents, initiatives, and more
- Tools for creating and updating issues, managing projects, and searching
- Prompts for issue creation, bug reports, and feature requests
- HTTP/SSE transport for remote connections
- Development mode with automatic reloading
Use cases of Linear MCP Server
- An AI assistant creating new issues or updating existing ones directly in Linear
- Searching across Linear entities (issues, projects, teams) using natural language
- Generating structured bug reports or feature requests via prompt templates
- Linking projects to initiatives and managing project status updates
FAQ from Linear MCP Server
What are the prerequisites for using Linear MCP Server?
Node.js 18 or later and a valid Linear API key are required.
How do I run the server in HTTP mode?
Execute node dist/index.js http; the server will start on port 3000 by default (set SERVER_PORT to change it).
Can I use this server with Claude Desktop?
Yes. After building the project, add the MCP configuration in Claude Desktop’s advanced settings, specifying the path to the built index.js and providing the Linear API key.
Is there a development mode for live reloading?
Yes, run npm run dev to start the server with automatic reloading when source files change.
What environment variables does the server support?
Required: LINEAR_API_KEY. Optional: SERVER_PORT (default 3000) and LOG_LEVEL (default info).
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Comments