
Godprofile
@Luc0-0
About 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
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"godprofile": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Luc0-0/GodProfile.git",
"godprofile-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers

Google Maps
modelcontextprotocolModel Context Protocol Servers
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Comments