Plane MCP Server

by kelvin6365
Verified
{ "name": "plane-mcp-server", "version": "0.1.0", "description": "MCP Server for Plane", "license": "MIT", "author": "Kelvin Kwong", "homepage": "https://github.com/kelvin6365/plane-mcp-server", "bugs": "https://github.com/kelvin6365/plane-mcp-server/issues", "type": "module", "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.3.1" }, "devDependencies": { "typescript": "^5.8.2", "shx": "^0.3.4", "@types/node": "^20.11.0" }, "bin": { "plane-mcp-server": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist" ] }