Linear MCP Server
@Tyru5
关于 Linear MCP Server
simple linear mcp server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Linear MCP Server?
Linear MCP Server is a Model Context Protocol (MCP) server that provides tools to interact with the Linear API, allowing you to fetch tasks and their associated details.
How to use Linear MCP Server?
Install dependencies with npm install, build the server with npm run build, then configure your Linear API key in the MCP settings file. Use the server via MCP client commands, for example: use_mcp_tool server_name: linear tool_name: get_tasks arguments: { "status": "In Progress" }.
Key features of Linear MCP Server
- Fetch tasks with optional filtering by status, assignee, or team
- Retrieve detailed information for a specific task by ID
- List all teams in the Linear workspace
- List all users in the Linear workspace
- Configure a maximum of 100 tasks per query (default 20)
- Requires a personal Linear API key for authentication
Use cases of Linear MCP Server
- View tasks assigned to a specific person with a given status
- Get full details of a particular task for deeper context
- List all active teams to reference team IDs or names
- List all workspace users for assignee filtering or identification
FAQ from Linear MCP Server
What dependencies are required to run Linear MCP Server?
You need Node.js and npm to install dependencies and build the server.
How is authentication handled?
A Linear personal API key is required; obtain it from Linear (Settings > API > Personal API Keys) and configure it in the MCP settings file.
Where does data come from and where is it stored?
All data is retrieved from the Linear API; no local storage of data is mentioned in the README.
Are there any limits on the tools?
The get_tasks tool has a default limit of 20 tasks and a maximum limit of 100 tasks per query.
What transport and authentication method does the server use?
The server uses the Model Context Protocol (MCP) as its transport; authentication is via a static API key configured in the settings file.
版本控制 分类下的更多 MCP 服务器
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.

Git
modelcontextprotocolModel Context Protocol Servers
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
评论