figma-mcp-server

Weavy-AI/figma-mcp-server

3.1

If you are the rightful owner of figma-mcp-server 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@mcphub.com.

This guide provides instructions for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication.

The guide outlines the process of setting up a remote MCP server on Cloudflare Workers, which does not require authentication. It provides a step-by-step approach to deploying the server using Cloudflare's platform, either through a direct deployment link or via command line. The server can be customized by adding tools within the `init()` method of the server's code. Additionally, the guide explains how to connect the deployed MCP server to the Cloudflare AI Playground and Claude Desktop, allowing users to utilize MCP tools remotely. This setup is particularly useful for developers looking to leverage Cloudflare's infrastructure for hosting MCP servers without the need for complex authentication mechanisms.

Features

  • Deploy MCP server on Cloudflare Workers without authentication.
  • Customize MCP server by adding tools in the `init()` method.
  • Connect to Cloudflare AI Playground for remote MCP client access.
  • Use `mcp-remote` proxy to connect from local MCP clients like Claude Desktop.
  • Simple deployment via Cloudflare's platform or command line.