forme.gifts.mcp

formegifts/forme.gifts.mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for forme.gifts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forme.gifts.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "formegifts/forme.gifts.mcp"
      ]
    }
  }
}

README Excerpt

MCP server for the forme.gifts wishlist app — manage wishlists and gifts from Claude Code, Claude Desktop, Cursor, and other MCP clients. **Claude Code:** ```sh claude mcp add --scope user forme -- npx -y @formegifts/mcp ``` **Claude Desktop** — add to `claude_desktop_config.json`: ```json { "mcpServers": {