{
  "id": 7144790,
  "title": "3 MCP servers I actually use daily (and how to set them up)",
  "url": "https://urgent.news/2026/09/13/3-mcp-servers-i-actually-use-daily-and-how-to-set-them-up",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-13T18:00:03.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/grahamduescn/3-mcp-servers-i-actually-use-daily-and-how-to-set-them-up-1f3d"
  },
  "original_language": "en",
  "account": "Here are three MCP servers that I regularly use in Claude Desktop:\n\n1. Filesystem mcp-hub install @modelcontextprotocol/server-filesystem\n\nI configure this server to allow Claude to directly access project files, eliminating the need for me to copy-paste code. By pointing it to my project root, Claude can read the auth module and explain how token validation works.\n\nReal usage: Check what changed in the last 3 PRs and summarize.\n\n2. GitHub mcp-hub install @modelcontextprotocol/server-github\n\nWith this server, Claude can examine issues, pull requests, and browse repositories. I utilize it for code reviews by asking Claude to show me the changes made in recent PRs and provide a summary.\n\nReal usage: Show me users who signed up this week but haven't logged in.\n\n3. PostgreSQL mcp-hub install @modelcontextprotocol/server-postgres\n\nThis server enables Claude to directly interact with a PostgreSQL database, allowing me to run queries without leaving the conversation. I use it to retrieve insights, such as listing users who signed up in the past week but haven't logged in since.\n\nSetup Instructions:\n\nEach server takes approximately 2 minutes to set up:\n\nRun the command: mcp-hub install server\n\nAdd the server to claude_desktop_config.json\n\nRestart Claude Desktop\n\nImportant Note: The filesystem server can potentially read your entire disk if configured improperly. Exercise caution when specifying paths. All servers are verified using the npm package manager, and the mcp-hub CLI is available to discover additional options.",
  "summary": "Not a hype list. These are the three MCP servers I have running right now in Claude Desktop. 1. Filesystem 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.\" 2. GitHub mcp-hub install…",
  "key_points": [
    "Filesystem server allows Claude to access project files directly, eliminating copy-paste.",
    "GitHub server enables Claude to examine issues, PRs, and browse repositories for code reviews.",
    "PostgreSQL server lets Claude interact with a database to run queries and retrieve insights."
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}