Labsco
Automattic logo

Gravatar

โ˜… 3

from Automattic

Interact with Gravatar avatars, profiles, and inferred interests.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” Gravatar's official MCP server, letting assistants pull avatars, profiles, and inferred interests for an email or profile identifier.

What you get โ€”

  • get_profile_by_id โ€” "fetch the Gravatar profile for this identifier" returns comprehensive profile data
  • Avatar image retrieval and profile lookup by hashed identifier
  • Inferred-interests data surfaced through the API
  • One-click install buttons for VS Code / VS Code Insiders via npx

Requirements โ€” Node.js 20+ and npm 10+. GRAVATAR_API_KEY is supported but the README marks it optional โ€” basic use works without it.

Cost snapshot โ€” Open source under MPL-2.0 (free). Backed by Gravatar's own API; an optional Gravatar API key raises limits/access. No prices stated.

Setup effort โ€” npx -y @automattic/mcp-server-gravatar (recommended) or build from source.

Our take โ€” A trustworthy, official integration for anyone already using Gravatar/WordPress profiles. Caveat: it's inherently a public-profile lookup tool, and richer data may require the optional API key plus a modern Node runtime.

Source: the project README โ€” summarized 2026-07-08.