MCP.so
登录

Godprofile

@Luc0-0

关于 Godprofile

MCP server that generates stunning GitHub profile SVGs — animated terminals, neural tech maps, trophy cases, WakaTime charts, Spotify cards, and more. 16 tools, zero external dependencies, pure Python stdlib. Works with Claude Desktop and any MCP client. Includes live-fetch tools

基本信息

分类

媒体与设计

传输方式

stdio

发布者

Luc0-0

提交者

Nipun Sujesh

配置

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

{
  "mcpServers": {
    "godprofile": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Luc0-0/GodProfile.git",
        "godprofile-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Godprofile?

Godprofile is an MCP server that turns Claude into a GitHub profile designer. Instead of hand-coding SVGs or using generic stat cards, you describe what you want and Claude generates production-ready animated SVGs instantly.

How to use Godprofile?

Install with uvx godprofile-mcp and add the server to your Claude Desktop configuration (claude_desktop_config.json). Once configured, describe the GitHub profile visual you want and Claude uses the available render or live-fetch tools to create it.

Key features of Godprofile

  • 13 offline render tools — no API key needed
  • 3 live-fetch tools that call real APIs (GitHub, WakaTime, Spotify)
  • Pure Python stdlib only — no external dependencies
  • Generates animated SVGs like terminal emulators and 3D contribution globes
  • Includes GitHub Actions YAML for automation workflows
  • Can restructure a README into a bento grid layout

Use cases of Godprofile

  • Generate a macOS terminal emulator SVG with typewriter effect for your profile
  • Create a live WakaTime activity bar chart from your real coding stats
  • Build a bento grid layout that restructures your entire GitHub README
  • Set up a GitHub Actions snake animation workflow for your contribution graph

FAQ from Godprofile

What runtime or dependencies does Godprofile require?

Zero — the server uses only Python standard library modules (urllib, xml, json, base64). No pip packages, Playwright, or other bloat.

Which APIs do the live-fetch tools call?

The live-fetch tools call GitHub API (trophies/live stars/PRs), WakaTime (coding stats), and Spotify OAuth (currently playing track).

Do any tools require an API key?

The render tools work offline with no API key. Only the live-fetch tools that call external APIs may require credentials (GitHub, WakaTime, or Spotify tokens).

What transport does Godprofile use?

The server is configured via the MCP stdio transport, launched as a subprocess from Claude Desktop using the uvx godprofile-mcp command.

评论

媒体与设计 分类下的更多 MCP 服务器