MCP.so
登录

MCP Server for Gravatar

@andrewdmontgomery

关于 MCP Server for Gravatar

An MCP Server for Gravatar

基本信息

分类

其他

许可证

MPL-2.0

运行时

python

传输方式

stdio

发布者

andrewdmontgomery

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-gravatar": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Gravatar?

MCP Server for Gravatar is a stdio-based Model Context Protocol (MCP) server that provides access to Gravatar profile and avatar data. It allows MCP‑aware clients such as Claude Desktop or custom IDE plugins to discover and invoke tools for fetching Gravatar profiles and avatars.

How to use MCP Server for Gravatar?

Install dependencies with uv sync, then run the server via uv run mcp-server-gravatar or using uvx. To integrate with Claude Desktop, add a JSON entry to claude_desktop_config.json using either uvx or a git URL. Optionally set the GRAVATAR_API_TOKEN environment variable for authentication.

Key features of MCP Server for Gravatar

  • Fetch Gravatar profile by email or SHA256 hash
  • Retrieve specific profile fields
  • List user avatars and fetch avatar image bytes
  • Works over stdio for easy MCP integration

Use cases of MCP Server for Gravatar

  • Fetching a user’s Gravatar profile by email in a chat application
  • Retrieving avatar image data for display in a custom IDE plugin
  • Enabling AI assistants to access Gravatar data via MCP tools

FAQ from MCP Server for Gravatar

How does it authenticate with the Gravatar API?

It uses the GRAVATAR_API_TOKEN environment variable to set your Gravatar API key.

What runtime does it require?

Python 3.10 or later and the uv CLI tool. Docker is optional for regenerating the OpenAPI client.

How do I run the server with Claude Desktop?

Add a JSON entry to claude_desktop_config.json using the command uvx with args that point to the Git repository.

Can I regenerate the OpenAPI client?

Yes, with make generate, but note that manual changes have been applied to the generated code; those changes should be retained.

What transport does it use?

It uses stdio-based MCP transport, making it compatible with any MCP‑aware client.

评论

其他 分类下的更多 MCP 服务器