Tool
productivity
✓ Verified
NEW
Free
Linear MCP
Manage Linear issues, projects, and cycles from your AI agent — create, update, search, and assign.
4.8(78 reviews)
31,200 installs
by Linear
About
Linear's MCP server gives your agent full read/write access to issues, projects, cycles, and teams. Useful for triaging incoming bugs, creating issues from PRs, and updating status from the terminal.
Tags
linearissuesproject-managementmcp
MCP Configuration Example
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp-server"],
"env": {
"LINEAR_API_KEY": "lin_api_xxx"
}
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "@linear/mcp-server"],
"env": {
"LINEAR_API_KEY": "lin_api_xxx"
}
}
}
}L
Linear
@linear