SkillAgentSearch skills...

linkedin-mcp

Local-first MCP server and dashboard that turns your own documents into a verifiable claim ledger for your LinkedIn profile. Windows, Node 24, SQLite.

Install / Use

claude mcp add victoryotzev -- npx -y github:victoryotzev/linkedin-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

40/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "linkedin-mcp", "version": "0.1.0", "private": true, "license": "MIT", "author": "Victor Yotzev", "repository": { "type": "git", "url": "git+https://github.com/victoryotzev/linkedin-mcp.git" }, "bugs": { "url": "https://github.com/victoryotzev/linkedin-mcp/issues" }, "homepage": "https://github.com/victoryotzev/linkedin-mcp#readme", "description": "Local-first MCP server + review dashboard for LinkedIn profile and personal-brand management, grounded in a verified-evidence ledger", "type": "module", "engines": { "node": ">=24" }, "workspaces": [ "packages/*", "linkedin-dashboard", "linkedin-mcp-server" ], "scripts": { "build": "npm run build --workspaces --if-present", "typecheck": "tsc -p tsconfig.typecheck.json && tsc -p tsconfig.client.json", "format": "biome format --write .", "lint": "biome check .", "test": "vitest run", "coverage": "vitest run --coverage", "test:watch": "vitest", "setup:mcp": "node scripts/setup-mcp.mjs", "control": "tsx scripts/control.ts", "notices": "tsx scripts/gen-third-party-notices.ts", "mcp:build": "npm run build -w @linkedin-mcp/server", "mcp:start": "node linkedin-mcp-server/dist/index.js", "mcp:dev": "npm run dev -w @linkedin-mcp/server", "evidence:add": "tsx scripts/onboard-import.ts", "dashboard": "npm run dev -w @linkedin-mcp/dashboard", "inspect:list": "npx @modelcontextprotocol/inspector --cli node linkedin-mcp-server/dist/index.js --method tools/list", "test:visual": "playwright test" }, "devDependencies": { "@axe-core/playwright": "^4.12.1", "@biomejs/biome": "2.5.10", "@playwright/test": "^1.62.1", "@types/node": "^24.0.0", "@vitest/coverage-v8": "^4.1.11", "axe-core": "^4.13.0", "happy-dom": "^20.11.2", "tsup": "^8.0.0", "tsx": "^4.0.0", "typescript": "^7.0.2", "vitest": "^4.1.11" }, "overrides": { "esbuild": "^0.28.1" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryData
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low