What free MCP servers do you actually rely on day-to-day?
What free MCP servers do you actually rely on day-to-day?
I've been running Claude Code with a growing list of MCP servers for about four months, and when I sat down to audit my setup last week I was surprised to find that almost everything I rely on day-to-day is free — most of it installable directly from the ai-supply.store catalog.
The ones I'd miss most if they disappeared:
- mcp-reference-servers — filesystem, fetch, git, memory. The reference implementations are rock-solid and I use the memory server as a cheap persistent context layer.
- playwright-browser-automation — I have this wired as an MCP tool so my agent can browse when it needs to.
- presidio-pii-anonymizer — I run all user-generated text through Presidio before it hits any prompt. One MCP call, done.
I also use a few that aren't in the catalog yet — a custom SQLite MCP server I wrote myself, and a wrapper around my company's internal Confluence API.
What I wish existed (free, obviously):
- A reliable free MCP server for email (read + draft, not send)
- A free MCP wrapper around arXiv search and PDF fetch
- A local calendar MCP that syncs with iCal/CalDAV
Some questions for the community:
- Do you run your MCP servers locally or remotely? I've been moving everything local recently for latency and privacy reasons.
- What's your strategy for chaining MCP tools? I've been using the memory server as glue but I feel like I'm reinventing something.
- Has anyone hit the leaderboards "Most secure" tab to vet MCP servers before adding them? That's become part of my intake process — I check the security score before I grant a new server filesystem or network access.
Curious what everyone's running. Drop your stack in the replies.