wedding30s
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wedding30sDraft a wedding invitation website for Chris and Taylor"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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"]
}
}
}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/mcpCursor
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 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 the available wedding website templates. |
| Get current pricing and what is included. |
create_wedding_draft parameters
Parameter | Required | Notes |
| yes | Full names |
| yes |
|
| yes | City or place |
| yes | Receives the confirmation and the dashboard link |
| no | |
| no |
|
| no |
|
| no | |
| 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/mcpSupport
Site: https://wedding30s.com
Email: support@wedding30s.com
This server cannot be installed
Maintenance
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
AlicenseBqualityDmaintenanceConnects AI assistants to the TailorKit API, enabling them to manage customizable product templates for e-commerce platforms through natural language conversations.4196MIT- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
- Flicense-qualityBmaintenanceEnables users to manage wedding preparation tasks including timeline generation, budget review, vendor quote comparison, role assignment briefs, and drafting messages for family, vendors, and friends.
- Alicense-qualityCmaintenanceEnables creating and customizing mobile wedding invitations through natural language, with support for multiple designs, RSVP, maps, gallery, and share tokens.Creative Commons Attribution Non Commercial 4.0 International
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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