Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Remote MCP Server
  • Image Generation MCP Server
  • MCP Pokemon Server
  • TxtAi Memory Vector Server
  • AWS Knowledge Base Retrieval MCP Server
Back to MCP Servers
Remote MCP Server

Remote MCP Server

Public
weavely/mcp

Deploy an auth-less Model Context Protocol (MCP) server on Cloudflare Workers to programmatically generate customizable forms via the Weavely API using prompt-based input and seamless API integration.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Remote MCP Server

MCP Server

Unlock the full potential of Remote MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available β€’ No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Weavely MCP – Remote MCP Server for Form Generation

This project sets up a Model Context Protocol (MCP) server using the @modelcontextprotocol/sdk, hosted on Cloudflare Workers, to programmatically generate forms using the Weavely API.


πŸš€ Features

  • Deploys an auth-less MCP server on Cloudflare Workers
  • Exposes a tool: create-form to generate forms via prompt
  • Uses axios for external API calls to weavely.ai
  • Built using TypeScript and the official @modelcontextprotocol/sdk

πŸ› οΈ Technologies Used

  • 🧠 MCP SDK: @modelcontextprotocol/sdk
  • 🌩️ Cloudflare Workers + Wrangler
  • πŸ›‘ Type-safe schema validation with zod
  • 🌐 HTTP requests via axios
  • 🧹 Formatting & linting with biome

πŸ“¦ Installation

git clone https://github.com/weavely/mcp.git cd mcp npm install

πŸ§ͺ Development

Start a development server locally using Wrangler:

npm run dev

πŸ“€ Deployment

Deploy to Cloudflare Workers:

npm run deploy

Or use the Cloudflare Deploy Button:


πŸ“Ί Demo

Curious how it works? Watch a short demo here:

▢️ https://youtu.be/C1jZBrGV6jE


πŸ”§ Tool: create-form

This MCP agent defines one tool:

  • Name: create-form
  • Description: Create a new Weavely form.
  • Input Schema:
    { name?: string; prompt: string; }
  • Behavior: Sends a POST request to https://api.weavely.ai/v1/forms/generate and returns the form content.

🧰 Scripts

ScriptDescription
devStart development server
deployDeploy to Cloudflare
formatFormat code using Biome
lint:fixFix linting issues via Biome
cf-typegenGenerate Cloudflare bindings

πŸ—‚ Folder Structure

weavely-mcp/
β”œβ”€β”€ src/
β”‚   └── index.ts           # Main MCP logic and tool registration
β”œβ”€β”€ worker-configuration.d.ts
β”œβ”€β”€ package.json
β”œβ”€β”€ wrangler.jsonc         # Cloudflare deployment config
β”œβ”€β”€ tsconfig.json
└── .vscode/
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Remote MCP Server
    Remote MCP Server

    Remote Model Context Protocol server with Cloudflare Workers and Xano integration offering tool mana...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    Enables high-quality image generation via Model Context Protocol with customizable dimensions, promp...

    1 tools
    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation enabling interaction with the PokeAPI to fetch dynamic PokΓ©mon data and...

    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol server offering advanced semantic search, persistent memory management, tag-b...

    Added May 30, 2025
  • AWS Knowledge Base Retrieval MCP Server
    AWS Knowledge Base Retrieval MCP Server

    Retrieval-Augmented Generation (RAG) server enabling efficient extraction of contextual information ...

    Added May 30, 2025