hosted-mcp-servers

mansiTT/hosted-mcp-servers
★ 1 stars Unknown language 🤖 AI/LLM Updated 2d ago
Get a live HTTPS URL + bearer token in 30 seconds. Paste it into Claude Desktop, Cursor, Continue, or any MCP-compatible agent. No `npm install`, no Docker, no infrastructure to manage
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hosted-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "mansiTT/hosted-mcp-servers"
      ]
    }
  }
}