claude-custom-connector-server

wnkinc/claude-custom-connector-server
★ 1 stars Python Security Updated 10d ago
Secure MCP server framework for building custom Claude connectors — deploy locally or in the cloud.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-custom-connec": {
      "command": "uvx",
      "args": [
        "claude-custom-connector-server"
      ]
    }
  }
}

Or install with pip: pip install claude-custom-connector-server

README Excerpt

Self-hosted [MCP](https://modelcontextprotocol.io) servers exposed to the Claude apps (macOS desktop, claude.ai web, mobile) from a home Linux box, via Cloudflare Tunnel, with each tool gated by Google OAuth (verified-email allowlist). One **portable tool per container**: a FastMCP server that reads its transport and

Topics

claudeclaude-aicloudcustom-connectormcpmcp-servermodel-context-protocoloauthsecurityself-hosted