Skip to main content
Glama
formegifts

@formegifts/mcp

Official
by formegifts

@formegifts/mcp

MCP server for the forme.gifts wishlist app — manage wishlists and gifts from Claude Code, Claude Desktop, Cursor, and other MCP clients.

Install

Claude Code:

claude mcp add --scope user formegifts -- npx -y @formegifts/mcp

Claude Desktop — add to claude_desktop_config.json:

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

Cursor — add to MCP config:

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

Any MCP host:

npx -y @formegifts/mcp

Install links for each host will be added in a future release. See forme.gifts/mcp for the latest.

Authentication

The first time you use any tool, the server will return an unauthenticated error pointing at the auth_start tool. Just ask your MCP host (Claude Code, Claude Desktop, Cursor, …) to sign you in — it will call auth_start, show you a verification URL and short code, and complete the sign-in via auth_poll after you approve in your browser.

If you'd rather sign in from a terminal (handy for CI or pre-warming credentials):

npx @formegifts/mcp auth

If installed globally (npm install -g @formegifts/mcp), use formegifts-mcp directly (forme-mcp is a legacy alias that also works):

formegifts-mcp auth

Source

Source: github.com/formegifts/forme.gifts.mcp. Licensed for use with the forme.gifts service — see LICENSE. Questions or feedback: feedback@forme.gifts

Install Server
F
license - not found
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/formegifts/forme.gifts.mcp'

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