MCP

Personal Information Hub

Self-Hosted MCP Server for Claude & AI Assistants

Server Online (Port 8000)
📧 Email Accounts (Gmail, Yahoo, IMAP)
Configured
Search, list, and read unread/recent emails across multiple Gmail and Yahoo accounts via IMAP.

📅 CalDAV / iCal Calendars
Checking…
Integrate Nextcloud Calendar, Google Calendar, or iCal to view upcoming meetings and schedule events.

☁️ Nextcloud Files & Notes
Checking…
Directly search and read markdown documents and files from your Nextcloud cloud storage.

📄 Paperless-ngx Document Archive
Checking…
Search physical scanned documents, invoices, receipts, and OCR content archived in Paperless.

🚀 Connecting Claude to your Self-Hosted Server

Your server is running with Server-Sent Events (SSE) enabled on port 8000. Add the snippet below to your claude_desktop_config.json file or connect directly via remote SSE.

{
  "mcpServers": {
    "personal-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-remote",
        "http://YOUR-SERVER-IP:8000/mcp/sse",
        "--header",
        "X-API-Key: YOUR-API-KEY"
      ]
    }
  }
}