Labsco
MCP SERVER

Gravatar

by Automattic

Resolve an email address or a Gravatar identifier into the public profile behind it — name, avatar, and the interests Gravatar infers.

CRM & Sales Pipeline
Summary
The public profile behind an address, resolved.

Gravatar is the identity layer a great many sites already use. This makes it queryable, so an assistant can put a name and a face to an email address without scraping anything.

What it is

Gravatar's official MCP server, from Automattic. It answers by email address or by profile identifier and returns what Gravatar publishes for that account.

What you get
  • A public Gravatar profile looked up from an email address
  • The same profile looked up from a Gravatar profile identifier
  • The avatar image for an identifier
  • Gravatar's inferred interests for an account, by email or by identifier
Requirements

Node.js 20.0.0 or higher and npm 10.0.0 or higher; it is tested across current Node releases. It runs straight from npx, and a GRAVATAR_API_KEY is optional — the server works without one.

Setup effort

One command — npx -y @automattic/mcp-server-gravatar