RouterMCP
MCP Packs

MCP Packs - Curated Server Collections

Curated sets of MCP servers organized by role and use case.

MCP Packs

MCP Packs are curated sets of MCP servers organized by role and use case. Pick a persona to get a ready-to-install set of servers for your workflow.

Always default-deny new tools, pin versions, and use per-server tokens. Review the Security Pack for hardening guidance.

Available Packs

Using Packs

Each pack page includes:

  • Recommended MCP servers for that role
  • Example configuration snippet
  • Common workflows and use cases
  • Security considerations

Example: Adding a Pack

{
  "mcpServers": {
    // Developer Pack servers
    "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"] },
    "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "."] }
  }
}

Security Best Practices

When using packs:

  1. Default-deny new tools - Review tools before enabling
  2. Pin versions - Use specific npm versions, not latest
  3. Per-server tokens - Don't share credentials across servers
  4. Audit regularly - Review enabled tools periodically

On this page