Linear Project for Claude Desktop
org.openlyuseful/linear-project
Scope-gated Linear project administration with optional GitHub and Obsidian evidence adapters
client:Claude Desktop
transport:stdio
runtime:npm
Install Linear Project in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"linear-project": {
"command": "npx",
"args": [
"-y",
"@openly-useful/linear-project-mcp-server"
],
"env": {
"LINEAR_API_KEY": "<LINEAR_API_KEY>",
"LINEAR_ACCESS_TOKEN": "<LINEAR_ACCESS_TOKEN>",
"LINEAR_ALLOWED_ORGANIZATION_ID": "<LINEAR_ALLOWED_ORGANIZATION_ID>",
"LINEAR_ALLOWED_TEAM_IDS": "<LINEAR_ALLOWED_TEAM_IDS>",
"LINEAR_ALLOWED_PROJECT_IDS": "<LINEAR_ALLOWED_PROJECT_IDS>",
"LINEAR_ALLOWED_SCOPE_CODES": "<LINEAR_ALLOWED_SCOPE_CODES>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_ALLOWED_REPOSITORIES": "<GITHUB_ALLOWED_REPOSITORIES>",
"OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
"OBSIDIAN_VAULT_NAME": "<OBSIDIAN_VAULT_NAME>",
"OBSIDIAN_ALLOWED_DIRECTORIES": "<OBSIDIAN_ALLOWED_DIRECTORIES>",
"MCP_WRITES_ENABLED": "<MCP_WRITES_ENABLED>",
"MCP_WRITE_WINDOW_EXPIRES_AT": "<MCP_WRITE_WINDOW_EXPIRES_AT>",
"MCP_AUDIT_LOG_PATH": "<MCP_AUDIT_LOG_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs