MCP.so
登录

Linear MCP Server

@anoncam

关于 Linear MCP Server

A Linear MCP implementation that handles all Linear resource types.

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

anoncam

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "linear-mcp-anoncam": {
      "command": "node",
      "args": [
        "dist/index.js",
        "stdio"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

版本控制 分类下的更多 MCP 服务器