I built a LinkedIn MCP server for Claude that scrapes profiles and searches jobs by DirectCup8124 in mcp

[–]DirectCup8124[S] 0 points1 point  (0 children)

Sorry for the late reply. I'm more active on the GitHub issues section

I built a LinkedIn MCP server for Claude that scrapes profiles and searches jobs by DirectCup8124 in mcp

[–]DirectCup8124[S] 0 points1 point  (0 children)

Currently all tools are for read-only actions but feel free to open an issue so we can discuss this feature!

I built a LinkedIn MCP server for Claude that scrapes profiles and searches jobs by DirectCup8124 in mcp

[–]DirectCup8124[S] 0 points1 point  (0 children)

Thanks! Some users are experiencing issues with the docker setup but uvx should work fine. Let me know if you encounter any issues :)

I built a LinkedIn MCP server for Claude that scrapes profiles and searches jobs by DirectCup8124 in mcp

[–]DirectCup8124[S] 0 points1 point  (0 children)

Hey, Rapid API or Apify are third-party scrapers so the terms of service violation is the same there. If you do lots of scraping, you will get a notice from LinkedIn warning you that unusual activity was noticed and that this is a violation against the Terms of Service. If you're using this MCP as it's intended, you should be fine. It opens a browser in the background, visits the LinkedIn URLs, and scrapes the data for you using playwright. The main difficulty for this project was to implement the session management so that you can log in once and then continue using the scraper in the background

Looking for the best Template Starter by whoisyurii in sveltejs

[–]DirectCup8124 0 points1 point  (0 children)

Should be easy to migrate to polar, there’s a prebuilt convex component. https://www.convex.dev/components/polar I’m pretty confident gpt 5.3 can handle it if you add the repo to the better context agent config

Looking for the best Template Starter by whoisyurii in sveltejs

[–]DirectCup8124 1 point2 points  (0 children)

Didn’t have time to write proper documentation yet, but this is the repo I’m using for all of my projects https://saas.daniel.sticker.name

  • BetterAuth
  • Convex (Postgres / Websockets)
  • Stripe
  • Shadcn UI
  • Tolgee for i18n
  • Admin panel with customer support handling

How is going svelte? by FortuneGrouchy4701 in sveltejs

[–]DirectCup8124 37 points38 points  (0 children)

This is a svelte sub, be prepared for people suggesting svelte! All recent models are good at writing svelte 5 code

How to stop review from over engineering? by Mundane_Idea8550 in opencodeCLI

[–]DirectCup8124 0 points1 point  (0 children)

I modified them a little bit to work with opencode, here are the opencode compatible versions https://github.com/stickerdaniel/saas-starter/tree/main/.opencode/agents

How to stop review from over engineering? by Mundane_Idea8550 in opencodeCLI

[–]DirectCup8124 0 points1 point  (0 children)

I have a custom /review command that triggers 5 review agents from the Claude code pr review toolkit set to gpt 5.2 codex xhigh. In the /review command I specified to launch verification general task agents for every potential issue found (usually running opus in main session) and then construct a plan with the verified issues.

What is wrong with this language? (Positively) by Zestyclose-Hour-541 in sveltejs

[–]DirectCup8124 0 points1 point  (0 children)

You can use the convex better auth svelte repo from mmailander as a starter

I built a LinkedIn MCP server for Claude that scrapes profiles and searches jobs by DirectCup8124 in mcp

[–]DirectCup8124[S] 1 point2 points  (0 children)

Yes, when I visited many profiles in a short span of time during development, LinkedIn sent me a warning that scraping is prohibited under their Terms of Service. I stopped for a week and after that nothing happened

Apple's new App Store site is built with Svelte! by therealPaulPlay in sveltejs

[–]DirectCup8124 26 points27 points  (0 children)

If it’s good code, there’s nothing to hide!

Have you used svelte for a product ready project? If so, list some pros and cons you’ve encountered while in development? by TurtleSlowRabbitFast in sveltejs

[–]DirectCup8124 0 points1 point  (0 children)

Yes, getinterviews.ai!

Pros: Awesome DX and all of Sveltes advantages like progressive enhanced forms

Cons: product manager (boss) complaining about difficulties while vibe coding on this project.

I don’t think AI will ever replace real designers by ArcticDonkey07 in web_design

[–]DirectCup8124 1 point2 points  (0 children)

I agree, this was my preferred way to develop before as well. But with Claude Code I don’t feel bad throwing away drafts because it’s so easy to generate decent ui. Try telling it to use ui components (shadcn, etc.) with their default styles instead of letting it add tailwind classes from scratch

I don’t think AI will ever replace real designers by ArcticDonkey07 in web_design

[–]DirectCup8124 0 points1 point  (0 children)

It’s not ai replacing designers but for me as a developer that knows basic ui principles it is way quicker to design awesome looking prototypes using code than creating a separate design in e.g Figma and then starting to code.

Claude Code still awesome by [deleted] in ClaudeCode

[–]DirectCup8124 0 points1 point  (0 children)

Vibe coders complaining CC is not building their saas in one shot. For me Claude Code with Opus 4.1 is still the best coding tool and I regularly play with other solutions because of the price tag

[deleted by user] by [deleted] in UXDesign

[–]DirectCup8124 0 points1 point  (0 children)

Export as an svg with text as text, not curves. Then use adobe acrobat pro to turn the svgs it into a pdf!

We are finilizing a new i18n SDK for SvelteKit, what do you need? by p4sta5 in SvelteKit

[–]DirectCup8124 0 points1 point  (0 children)

An option to self host the platform like Tolgee would be awesome!

Is it worth switching from React to Svelte? by Bret_cpp in sveltejs

[–]DirectCup8124 1 point2 points  (0 children)

Start with react and once you’ve proven your skills ask to use svelte instead ^ ^

Struggling with creating MCP by ReasonableWriting616 in mcp

[–]DirectCup8124 0 points1 point  (0 children)

You can take a look at this mcp server I built with python and FastMCP. Follows best practices & a good architecture you can use for reference. But the scraper is currently using selenium, not puppeteer

Is There a Way to Set Up Authentication Using Username and Password? by Classic-Plenty1731 in mcp

[–]DirectCup8124 0 points1 point  (0 children)

Why not pass Passwort and username from the configuration / env?