SkillAgentSearch skills...

linear-mcp

MCP server for Linear (https://linear.app), forked from ibraheem4/linear-mcp (https://github.com/ibraheem4/linear-mcp)

Install / Use

claude mcp add tiovikram -- npx -y github:tiovikram/linear-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@ibraheem4/linear-mcp", "version": "78.0.1", "description": "A Linear MCP server for interacting with Linear's API", "type": "module", "bin": { "@ibraheem4/linear-mcp": "./build/index.js", "linear-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "dependencies": { "@linear/sdk": "37.0.0", "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "16.4.7" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "linear", "mcp", "model-context-protocol", "cli", "roo", "cline", "cursor", "windsurf", "claude" ], "author": "Ibraheem Abdul-Malik", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ibraheem4/linear-mcp" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryProject
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low