Remote MCP Server on Cloudflare is a tool that allows users to set up a remote Model Context Protocol (MCP) server using Cloudflare Workers, complete with OAuth login functionality. It supports integration with MCP Inspector and AI tools like Claude Desktop.
Remote MCP Server on Cloudflare is a tool that allows users to set up a remote Model Context Protocol (MCP) server using Cloudflare Workers, complete with OAuth login functionality. It supports integration with MCP Inspector and AI tools like Claude Desktop.
Clone the repository, install dependencies, and run the server locally.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-server-on-cloudflare": {
"command": "npx",
"args": [
"-y",
"Clone the repository, install dependencies, and run the server locally."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Remote MCP Server on Cloudflare?"
No configuration required. This server works out of the box.
"What resources are available in Remote MCP Server on Cloudflare?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Remote MCP Server on Cloudflare"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Remote MCP Server on Cloudflare with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.