The Linear MCP server connects to Linear's API to let AI agents manage projects, issues, and teams. It exposes tools for creating, updating, and querying Linear resources. Developers use it to automate project management tasks, sync data between Linear and other systems, and build AI-driven workflows.
The Linear MCP server connects to Linear's API to let AI agents manage projects, issues, and teams. It exposes tools for creating, updating, and querying Linear resources. Developers use it to automate project management tasks, sync data between Linear and other systems, and build AI-driven workflows.
npx -y linear-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jerhadf-linear-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y linear-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from linear?"
API Key Required
This server requires an API key from linear. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LINEAR_API_KEY | Yes | Your linear API key |
"What resources are available in linear?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in linear"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in linear with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.