Andrii Poluosmak

What MCP servers are you actually using? Let's swap notes

by

I've been messing around with Claude Code for a bit, and I thought it'd be fun to share the MCP servers that genuinely make my workflow smoother. Let's swap notes and maybe build a killer list of what's actually worth using!

Here's my current setup:

- Context7 - This one's a lifesaver. It pulls up-to-date documentation right into my prompts, so I'm not stuck googling when I'm knee-deep in an unfamiliar library.

https://github.com/upstash/context7

- Playwright - Perfect for automating browser tasks or snagging data from websites when I need it. It's like having a robot sidekick for web stuff.

https://github.com/microsoft/playwright-mcp

- Sequential Thinking - This one's great for untangling complex problems by breaking them into clear steps. Honestly, it's been a game-changer for staying organized.

https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking

- MCP Project Manager - Keeps track of my tasks so the AI always knows what I'm working on without me having to repeat myself. Oh, and I built this one myself and put it out there for everyone to use!

https://github.com/croffasia/mcp-project-manager

- Fetch - Simple but solid for scraping web content when I need to grab something quick from a page. Plus, it can handle local addresses, so I can pull data from my local files or servers without breaking a sweat.

https://github.com/modelcontextprotocol/servers/tree/main/src/fetch

Context7 is probably my ride-or-die—it saves me from tab-switching hell when I'm hunting for docs.

What's in your toolbox? Which MCP servers do you keep going back to? I'd love to hear what's actually working for you all, not just the shiny stuff that sounds cool on paper.

Drop your faves below! 👇

23 views

Add a comment

Replies

Be the first to comment