Skip to content

Servers to run behind it

mcp-hub is server-agnostic: it serves any stdio MCP server whose entry fits Claude Code's mcpServers format, which is most of them, plus remote upstreams over Streamable HTTP. Nothing on this page is required — it is a starting point for a config file.

The nineteen below are built and maintained alongside the hub. Their documentation carries the hub entry you need, their tool filters line up with the hub's own allowTools / denyTools, and each of them speaks both protocol revisions, so the elicitation the hub forwards reaches a person rather than stopping at a server that only knows the older one.

ServernpmWhat it reaches
audiobookshelf-mcpaudiobookshelf-mcpAudiobookshelf — libraries, listening progress, collections and playlists
caldav-mcp@ni-c/caldav-mcpCalDAV — events, tasks and journal entries on any server that speaks it
calibreweb-mcpcalibreweb-mcpCalibre-Web — read-only library access through the OPDS feed
carddav-mcp@ni-c/carddav-mcpCardDAV — contacts, groups and photos on any server that speaks it
freshrss-mcp@ni-c/freshrss-mcpFreshRSS — feeds, categories and articles as plain text, not stream ids
google-search-console-mcp@ni-c/google-search-console-mcpGoogle Search Console — properties, sitemaps, search analytics, URL inspection
healthchecks-mcphealthchecks-mcpHealthchecks — cron and uptime checks, and why one failed
hetzner-dns-mcphetzner-dns-mcpHetzner Cloud DNS — zones, record sets and BIND import/export
imap-mcp@ni-c/imap-mcpIMAP mailboxes — read, search, organise and draft mail; it cannot send
linkwarden-mcplinkwarden-mcpLinkwarden — bookmarks, collections and the article text it preserved
mealie-mcp@ni-c/mealie-mcpMealie — recipes, meal plans, shopping lists and cookbooks
ntfy-mcp@ni-c/ntfy-mcpntfy — publish and update notifications, manage users and topic access
opengist-mcpopengist-mcpOpengist — gists, revisions, commit history and raw files
osm-mcposm-mcpOpenStreetMap — geocoding, routing, isochrones and POI search
rustpad-mcprustpad-mcpRustpad — collaborative pads edited through real OT, not overwrites
smtp-mcp@ni-c/smtp-mcpSMTP — sends mail, behind a recipient allowlist and a human confirmation
wg-easy-mcpwg-easy-mcpwg-easy v15+ — the full WireGuard client lifecycle
wikijs-mcp@ni-c/wikijs-mcpWiki.js — search, read and edit pages, plus assets, users and groups
woodpecker-ci-mcp@ni-c/woodpecker-ci-mcpWoodpecker CI — repositories, pipelines, logs, secrets and crons

Adding one

Every entry is the one you already have in Claude Code, dropped into the hub's /config/mcp.json:

json
{
  "mcpServers": {
    "wikijs": {
      "command": "npx",
      "args": ["-y", "@ni-c/wikijs-mcp"],
      "env": {
        "WIKIJS_URL": "https://wiki.example.com",
        "WIKIJS_TOKEN": "…"
      },
      "denyTools": ["delete_*"]
    }
  }
}

It is then reachable at https://your-host/wikijs, and through the /hub aggregate alongside every other server. See Configuration for the fields the hub adds on top of Claude Code's, and Connecting clients for the client end.

Released under the MIT License. Not affiliated with Anthropic; “Claude” is a trademark of Anthropic PBC.