cd /news/developer-tools/3-mcp-servers-i-actually-use-daily-a… · home topics developer-tools article
[ARTICLE · art-45317] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

3 MCP servers I actually use daily (and how to set them up)

A developer shares three MCP servers they use daily with Claude Desktop: server-filesystem for reading project files, server-github for code reviews, and server-postgres for database queries. Each server takes two minutes to set up via mcp-hub CLI and configuration in claude_desktop_config.json.

read1 min views1 publishedJun 30, 2026

Not a hype list. These are the three MCP servers I have running right now in Claude Desktop.

mcp-hub install @modelcontextprotocol/server-filesystem

I use this to let Claude read project files directly instead of me copy-pasting code. Configure it to point at your project root.

Real usage: "Read the auth module and explain how the token validation works."

mcp-hub install @modelcontextprotocol/server-github

Lets Claude check issues, read PRs, and browse repos. I use it for code reviews.

Real usage: "Check what changed in the last 3 PRs and summarize."

mcp-hub install @modelcontextprotocol/server-postgres

Direct database access from Claude. I run queries without leaving the conversation.

Real usage: "Show me users who signed up this week but haven't logged in."

Each one takes 2 minutes:

mcp-hub install <server>

The filesystem server can read your entire disk if you configure it that way. Be careful with paths.

All servers verified on npm. mcp-hub CLI to discover more.

── more in #developer-tools 4 stories · sorted by recency
gist.github.com · · #developer-tools
chatday
── more on @claude desktop 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/3-mcp-servers-i-actu…] indexed:0 read:1min 2026-06-30 ·