Skip to main content
Glama
wedding30s

wedding30s

by wedding30s

@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

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"]
    }
  }
}

Related MCP server: WordPress MCP Server

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • AI-powered design and management for Webflow Sites

  • AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

  • Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wedding30s/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server