wedding30s

wedding30s

Enables AI assistants to draft wedding invitation websites by creating unpaid drafts, listing templates, and retrieving pricing information.

Category
Visit Server

README

@wedding30s/mcp

Official MCP (Model Context Protocol) plugin for wedding30s. Lets AI assistants like Claude Desktop, Claude Code and Cursor draft a wedding invitation website.

Quick Setup

Option 1: Remote URL (Recommended)

Most MCP clients support remote HTTP servers directly. Add this to your MCP configuration:

{
  "mcpServers": {
    "wedding30s": {
      "url": "https://mcp.wedding30s.com/mcp"
    }
  }
}

Option 2: npx from GitHub (for clients without remote HTTP support)

{
  "mcpServers": {
    "wedding30s": {
      "command": "npx",
      "args": ["-y", "github:wedding30s/mcp"]
    }
  }
}

Configuration by Client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "wedding30s": {
      "url": "https://mcp.wedding30s.com/mcp"
    }
  }
}

Claude Code

claude mcp add wedding30s --transport http https://mcp.wedding30s.com/mcp

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "wedding30s": {
      "url": "https://mcp.wedding30s.com/mcp"
    }
  }
}

Authorization

None. There is no account to connect and no credentials to store.

The only writing tool creates an unpaid draft, and publishing requires a human to complete a checkout in the browser. An assistant can prepare the site; it cannot put it live or spend money.

Available Tools

Tool Description
create_wedding_draft Create an unpaid wedding website draft. Returns a preview URL that works immediately and a checkout URL the human must follow to publish. Drafts are deleted after 7 days.
list_templates List the available wedding website templates.
get_pricing Get current pricing and what is included.

create_wedding_draft parameters

Parameter Required Notes
partner1_name, partner2_name yes Full names
date yes YYYY-MM-DD
location yes City or place
email yes Receives the confirmation and the dashboard link
venue no
template no classic-garden, minimal-white, romantic-blush, modern-dark
language no es or en
story no
maps_url no Google Maps link to the venue

Pointing at another server

Set WEDDING30S_MCP_URL to override the endpoint. Useful against a local instance:

WEDDING30S_MCP_URL=http://localhost:3000/mcp npx github:wedding30s/mcp

Support

  • Site: https://wedding30s.com
  • Email: support@wedding30s.com

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured