linkedin-mcp-custom
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linkedin-mcp-customanalyze my saved LinkedIn jobs and write results to KB"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
linkedin-mcp-analyzer
MCP server for automated LinkedIn saved jobs analysis with EROI scoring and KB write-back.
Architecture
LinkedIn (saved jobs) → Patchright browser → Scraper → EROI scorer → KB writer
6 dimensions: domain 35%, tech 25%, role 20%,
growth 10%, formal 5%, location 5%
→ agregovany_report.md + metadata_stacku.json + git commitRelated MCP server: LinkedIn-Posts-Hunter-MCP-Server
Setup
uv sync
linkedin-mcp --login # one-time LinkedIn auth
linkedin-mcp --status # verify sessionUsage
# Start MCP server
linkedin-mcp
# Or via MCP client
uv run python -m linkedin_mcp_customMCP Tools
Tool | Description |
| List saved jobs from LinkedIn tracker |
| Scrape full posting for a job ID |
| Full pipeline: scrape → EROI → KB write-back |
EROI Scoring
Dimensions
Dimension | Weight | What it measures |
Domain | 35% | Industrial automation vs adjacent vs noise |
Tech | 25% | Skill overlap (content-aware match ratio × coverage) |
Role | 20% | Engineering role vs "fake engineer" (service/sales) |
Growth | 10% | Strategic employer (Siemens, Google…) vs growth vs other |
Formal | 5% | Degree requirements with flexibility detection |
Location | 5% | Remote/hybrid/CZ vs distant/office-only |
Thresholds
Score | Verdict |
≥65 | SLEDOVAT |
50–64 | MEDIUM |
40–49 | HRANICNI |
<40 | NESLEDOVAT |
Special patterns
Fake engineer: title says "Engineer" but content is service/sales
Positioning match: strong role match compensates for domain gap
Degree flexibility: "equivalent practical experience" adds ~5%
Electronics manufacturing: SMT/PCBA keywords cap domain score
Tests
uv run python tests/test_eroi_regression.py # 6 regression tests
uv run python tests/test_kb_writer.py # 4 KB writer testsPhases
Phase | What | Tag |
0 | Project scaffold | v0.1.0 |
1 | Browser + auth (Patchright) | — |
2 | Scraping engine (LinkedInExtractor) | — |
3 | MCP tools (get_saved_jobs, analyze…) | v0.2.0 |
4 | EROI engine (6 scorers) | v0.3.0 |
5 | KB writer (report + metadata + git commit) | v0.4.0 |
6 | DevOps (ruff, pre-commit, README) | v0.5.0 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/outpost2026/linkedin-mcp-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server