Wedding Planner MCP Server

Wedding Planner MCP Server

A Model Context Protocol server that connects AI assistants to a Google Sheets wedding planner template for managing wedding budget, guest list, schedule, and more through natural language.

Category
访问服务器

README

💍 Wedding Planner MCP Server

A Model Context Protocol (MCP) server that connects AI assistants to a Google Sheets wedding planner template. Manage your wedding budget, guest list, schedule, and more — all through natural language via any MCP-compatible client.

✨ Features

📋 To-Do & Coordination

Tool Description
get_todos Get all to-do items
add_todo Add a new to-do item
update_todo Update an existing to-do
delete_todo Delete a to-do item
get_coordination Get vendor coordination data
update_coordination Update vendor coordination

📅 Schedule

Tool Description
get_schedule Get the wedding day schedule
update_schedule Update a schedule entry
delete_schedule Clear a schedule entry

💰 Budget (Full CRUD + Category Management)

Tool Description
get_budget_summary Budget estimator overview
get_detailed_budget All items from Detailed budget
add_budget_category Create new category (auto-clones formatting & formulas)
update_budget_category Rename category and/or update estimate
delete_budget_category Delete custom category (with protection for built-in categories)
add_budget_item Add item to a category (smart row insertion)
update_budget_item Update an existing budget item
delete_budget_item Delete a budget item

👥 Guest List

Tool Description
get_guest_list Get all guests with details
add_guest Add a new guest
update_guest Update guest info by row
delete_guest Delete a guest
search_guests Search by name, invitedBy, or any field
get_guest_summary Stats: total, attending, responses, by invitedBy

💌 Invitations

Tool Description
get_invitations Get summary counts and vendor list
add_invitation_vendor Add a new vendor
update_invitation_vendor Update vendor details
delete_invitation_vendor Delete a vendor

🛠 Prerequisites

  • Node.js ≥ 22
  • Google Cloud Service Account with Sheets API access
  • A Google Sheets spreadsheet based on the wedding planner template

⚡ Quick Start

1. Clone & Install

git clone https://github.com/kiboud/weddingplanner_mcp.git
cd weddingplanner_mcp
npm install

2. Configure

Create a .env file:

SPREADSHEET_ID=your_google_spreadsheet_id_here
GOOGLE_APPLICATION_CREDENTIALS=./gcp-service-account.json
PORT=8080

Place your GCP service account credentials as gcp-service-account.json in the project root.

3. Build & Run

npm run build
npm start

The server will start on http://localhost:8080 with:

  • SSE endpoint: http://localhost:8080/sse
  • Message endpoint: http://localhost:8080/message

🐳 Docker

Build & Run

docker compose up -d --build

docker-compose.yml

The included docker-compose.yml mounts the GCP credentials and exposes port 8080. Adjust the volume path to match your credential location:

volumes:
  - /path/to/gcp-service-account.json:/root/.openclaw/workspace-wedding/gcp-service-account.json:ro

🔗 Connect to an MCP Client

Gemini CLI / Antigravity

Add to your MCP config:

{
  "mcpServers": {
    "wedding-planner": {
      "url": "http://localhost:8080/sse"
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wedding-planner": {
      "url": "http://localhost:8080/sse"
    }
  }
}

📁 Project Structure

weddingplanner_mcp/
├── src/
│   ├── index.ts           # MCP server + tool registry
│   └── google-sheets.ts   # Google Sheets API service layer
├── build/                 # Compiled JS (gitignored)
├── Dockerfile
├── docker-compose.yml
├── tsconfig.json
├── package.json
└── .env                   # Config (gitignored)

🔒 Security Notes

  • .env and gcp-service-account.json are gitignored — never commit secrets
  • Built-in budget categories (Ceremony, Reception, etc.) are protected from deletion
  • Duplicate category names are rejected

📄 License

ISC

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选