@formegifts/mcp
OfficialClick 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., "@@formegifts/mcpshow my wishlists"
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.
@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/mcpClaude 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/mcpInstall 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 authIf installed globally (npm install -g @formegifts/mcp), use formegifts-mcp directly (forme-mcp is a legacy alias that also works):
formegifts-mcp authSource
Source: github.com/formegifts/forme.gifts.mcp. Licensed for use with the forme.gifts service — see LICENSE. Questions or feedback: feedback@forme.gifts
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