Linear MCP Server
@tiovikram
About Linear MCP Server
MCP server for Linear (
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linear-mcp-tiovikram": {
"command": "npx",
"args": [
"@ibraheem4/linear-mcp"
],
"env": {
"LINEAR_API_KEY": "your-api-key"
}
}
}
}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?
A Model Context Protocol (MCP) server that provides tools for interacting with Linear’s API, enabling AI agents to manage issues, projects, and teams programmatically through the Linear platform.
How to use Linear MCP Server?
Obtain a Linear API key from Linear’s Developer Settings, then run LINEAR_API_KEY=your-api-key npx @ibraheem4/linear-mcp. Alternatively, set the environment variable or configure the server in your client’s MCP settings (e.g., Claude Desktop, VS Code extension, Cursor) with the path to the built server and the API key in the env object.
Key features of Linear MCP Server
- Create, update, and list issues with filters
- List all teams in the workspace
- List projects with optional team filtering
- Retrieve detailed information about a specific issue
- Supports priorities, labels, and assignees
Use cases of Linear MCP Server
- Automate bug report creation from AI‑powered chat
- Query team‑assigned issues for status updates
- Update issue priority or assignee via natural language
- View project milestones and team details on demand
FAQ from Linear MCP Server
What prerequisites are required?
Node.js v16 or higher, a Linear account with API access, and a Linear API key.
How do I configure the server for my MCP client?
Add the server to your client’s MCP config file with the command node /path/to/build/index.js and set the LINEAR_API_KEY environment variable. Examples are provided for Claude Desktop, VS Code (Cline extension), and Cursor.
What tools does the server expose?
Six tools: create_issue, list_issues, update_issue, get_issue, list_teams, and list_projects. Each accepts typed parameters as documented.
How are errors handled?
The server includes comprehensive error handling for invalid API keys, missing parameters, Linear API errors, and invalid tool requests, returning descriptive error messages.
Frequently asked questions
What prerequisites are required?
Node.js v16 or higher, a Linear account with API access, and a Linear API key.
How do I configure the server for my MCP client?
Add the server to your client’s MCP config file with the command `node /path/to/build/index.js` and set the `LINEAR_API_KEY` environment variable. Examples are provided for Claude Desktop, VS Code (Cline extension), and Cursor.
What tools does the server expose?
Six tools: `create_issue`, `list_issues`, `update_issue`, `get_issue`, `list_teams`, and `list_projects`. Each accepts typed parameters as documented.
How are errors handled?
The server includes comprehensive error handling for invalid API keys, missing parameters, Linear API errors, and invalid tool requests, returning descriptive error messages.
Basic information
More Version Control MCP servers

Git
modelcontextprotocolModel Context Protocol Servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Comments