mcp-server-bearer-auth

mcp-server-bearer-auth

3.3

If you are the rightful owner of mcp-server-bearer-auth and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

This document provides instructions for setting up a remote Model Context Protocol (MCP) server on Cloudflare Workers, including local development and deployment.

The Remote MCP Server on Cloudflare is designed to facilitate the deployment and management of MCP servers using Cloudflare Workers. This setup includes OAuth login capabilities, allowing for secure and authenticated access to the server. The guide covers local development, connection to the MCP Inspector for API exploration, and deployment to Cloudflare. It also provides instructions for connecting Claude Desktop to the MCP server and offers debugging tips. The server supports bearer token authentication, ensuring secure communication between clients and the server.

Features

  • OAuth Login: Secure authentication using OAuth for accessing the MCP server.
  • Local Development: Instructions for setting up and running the server locally for testing and development.
  • Cloudflare Deployment: Steps to deploy the MCP server on Cloudflare Workers for remote access.
  • MCP Inspector Integration: Use the MCP Inspector tool to explore and interact with the MCP API.
  • Bearer Token Authentication: Secure communication with the server using bearer tokens.

Tools