★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hosted-mcp-servers": {
"command": "npx",
"args": [
"-y",
"mansiTT/hosted-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hosted-mcp-servers npx -y mansiTT/hosted-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hosted-mcp-servers": {
"command": "npx",
"args": [
"-y",
"mansiTT/hosted-mcp-servers"
]
}
}
}
📋 Copy