An authentication-free, remote MCP server deployable on Cloudflare Workers or locally via npm.
{{ message }}
matheus-rech / remote-mcp-server-authless Public
0 stars0 forksBranches Tags Activity
Star
Notifications
Research
BranchesTags
Go to file
Code
Name | Name | Last commit message | Last commit date |
---|---|---|---|
1 Commit | |||
src | src | ||
.gitignore | .gitignore | ||
README.md | README.md | ||
biome.json | biome.json | ||
package-lock.json | package-lock.json | ||
package.json | package.json | ||
tsconfig.json | tsconfig.json | ||
worker-configuration.d.ts | worker-configuration.d.ts | ||
wrangler.jsonc | wrangler.jsonc | ||
View all files |
This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers.
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
To add your own tools to the MCP server, define each tool inside the init()
method of src/index.ts
using this.server.tool(...)
.
You can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:
remote-mcp-server-authless.<your-account>.workers.dev/sse
)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.
No description, website, or topics provided.
Readme
Activity
0 stars
0 watching
0 forks
Report repository
No releases published
No packages published
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
An MCP server that enables Large Language Models to make HTTP requests and interact with web APIs. It supports automatic tool generation from OpenAPI/Swagger specifications.
Tools to query latest Maven dependency information
MCP Language Server gives MCP enabled clients access to semantic tools like get definition, references, rename, and diagnostics.
An MCP server for managing the software development lifecycle, with support for an optional external SQLite database.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
Integrates with Microsoft's AutoGen framework to enable sophisticated multi-agent conversations via the Model Context Protocol.
A modular trading automation project using the Zerodha Kite Connect API for tool-based and resource-based automation.
MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
Search for and run Yeoman generator templates programmatically.