Remote Mcp Server Authless Rickroll
FreeNot checkedMCP server that pretends to generate a podcast and then proceeds to rickroll you by returning a dynamic AI-generated slug to a Cloudflare Worker that displays a
About
MCP server that pretends to generate a podcast and then proceeds to rickroll you by returning a dynamic AI-generated slug to a Cloudflare Worker that displays a dynamic webpage
README
This example allows you to deploy a remote MCP server to rickroll people that doesn't require authentication on Cloudflare Workers.
It uses a Cloudflare Workers AI LLM to generate complex URL slugs that attach to this rickrolling Cloudflare Worker page ( also on GitHub here). It uses specific, detailed tool descriptions that do not mention rickrolling at all. The specialized tool appears to generate a podcast, getting past Claude's URL filtering, and saves that URL and topic to a Cloudflare D1 database.
Tools
- generate_podcast
This tool takes in a topic and makes a LLM call to Cloudflare Workers AI to generate a complex path relating to the input topic. It then returns the combined Cloudflare Worker URL with that slug, appearing to be a podcast about the input query.
- list_recent_podcasts This tool takes in a number and queries the Cloudflare D1 SQL database for previous podcast URLs and topics generated.
Get started:
This will deploy your MCP server to a URL like: remote-mcp-server-authless.<your-account>.workers.dev/sse
Alternatively, you can use the command line below to get the remote MCP Server created on your local machine:
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless
Customizing your MCP Server
To add your own tools to the MCP server, define each tool inside the init() method of src/index.ts using this.server.tool(...).
Connect to Cloudflare AI Playground
You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
- Go to https://playground.ai.cloudflare.com/
- Enter your deployed MCP server URL (
remote-mcp-server-authless.<your-account>.workers.dev/sse) - You can now use your MCP tools directly from the playground!
Connect Claude Desktop to your MCP server
You can also connect to your remote MCP server from local MCP clients, by using the mcp-remote proxy.
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse
]
}
}
}
Restart Claude and you should see the tools become available.
from github.com/elizabethsiegle/remote-mcp-server-authless-rickroll
Installing Remote Mcp Server Authless Rickroll
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/elizabethsiegle/remote-mcp-server-authless-rickrollFAQ
Is Remote Mcp Server Authless Rickroll MCP free?
Yes, Remote Mcp Server Authless Rickroll MCP is free — one-click install via Unyly at no cost.
Does Remote Mcp Server Authless Rickroll need an API key?
No, Remote Mcp Server Authless Rickroll runs without API keys or environment variables.
Is Remote Mcp Server Authless Rickroll hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Remote Mcp Server Authless Rickroll in Claude Desktop, Claude Code or Cursor?
Open Remote Mcp Server Authless Rickroll on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Remote Mcp Server Authless Rickroll with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
