{ "name": "linkedin-mcp-tools", "version": "2.0.3", "description": "LinkedIn MCP server — structured LinkedIn data via a real stealth-browser session. Profiles, search, jobs, companies, messaging, network. Works with Claude, Cursor, and any MCP client.", "type": "module", "main": "dist/index.js", "bin": { "linkedin-mcp": "dist/index.js" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsup", "start": "node dist/index.js", "setup:browser": "patchright install chrome", "login": "tsx src/index.ts --login", "spike": "tsx src/index.ts --spike", "capture": "tsx src/index.ts --capture", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "typecheck": "tsc --noEmit", "format": "prettier --write 'src/**/*.ts'", "format:check": "prettier --check 'src/**/*.ts'", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "patchright": "^1.60.2", "zod": "^3.25.1" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/node": "^22.15.0", "eslint": "^9.27.0", "prettier": "^3.5.3", "tsup": "^8.5.0", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.61.0", "vitest": "^3.2.1" }, "keywords": [ "mcp", "linkedin", "claude", "ai", "model-context-protocol", "mcp-server", "linkedin-api", "automation", "anthropic", "cursor", "ai-assistant", "voyager", "recruiting", "sales", "prospecting", "web-scraping", "playwright" ], "license": "MIT", "author": "Dev Agarwalla", "repository": { "type": "git", "url": "https://github.com/devag7/linkedin-mcp.git" }, "homepage": "https://github.com/devag7/linkedin-mcp#readme", "bugs": { "url": "https://github.com/devag7/linkedin-mcp/issues" }, "engines": { "node": ">=20.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "mcpName": "io.github.devag7/linkedin-mcp" }