An official Model Context Protocol (MCP) server enabling AI Agents (like Claude Desktop) to autonomously forge, refactor, and animate god-tier GitHub Profile READMEs.
GodProfile provides LLMs with the programmatic tools and aesthetic constraints required to upgrade standard Markdown profiles into animated, live-data injected "Bento Box" art exhibits.
GodProfile exposes 12 massive generative capabilities native to your AI's logic engine:
- Bento Box Grids (
refactor_readme_to_bento): Restructures messy Markdown flows into Asymmetric HTML tables. - Glassmorphic SVGs (
render_svg_widget): Generates complex offline SVG stat cards, avoiding Vercel API limits. - Neural Bezier Engines (
generate_neural_network_map): Calculates interconnected Bezier routes to generate an animated neural tech stack map. - Spotify "Now Playing" (
render_spotify_now_playing): Injects Spotify APIs offline via Github Actions cron jobs. - WakaTime Charts (
render_wakatime_activity_chart): Fetches coding metrics and mathematically renders SVGs. - Contribution Snake (
setup_contribution_snake): AutomatesPlatane/snkusing custom Theme Hex colors. - Isometric 3D Globe (
render_3d_contribution_globe): Auto-rotates your worldwide global GitHub traffic. - Dev.to/Medium Blog Fetcher (
fetch_latest_blog_posts): Recursively writes the latest 3 blogs into your layout. - Terminal Hacker SVGs (
render_terminal_emulator_svg): Synthesizes.svgtyping Neofetch animations natively. - Animated Marquees (
generate_animated_icon_marquee): Automatically loops SVGs into an orbit band. - Github CI Automation (
setup_github_automation): Writes Python scrapers and.github/workflowsto power the SVGs. - Playwright Banners (
capture_animated_banner_gif): Opens headless browsers to render HTML interaction scripts to.gif.
The following design system tokens are dynamically fed into the LLM via mcp.resource() logic:
theme://luxury-glass(Space gradients, 12px bounding borders,#b6a891accent text).theme://terminal-hacker(Minimal green-on-black monospace, squared corners).theme://neon-cyberpunk(High contrast glitch nodes, magenta pathways).theme://minimalist(Pure white interfaces, ultra-light grey dropshadows).
Because GodProfile is built to the MCP standard, it runs entirely locally and natively connects to compatible agents like Claude Desktop.
- Python 3.10+
uvorpip
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"godprofile": {
"command": "uv",
"args": [
"--directory",
"C:\\\\path\\\\to\\\\GodProfile",
"run",
"godprofile-server"
]
}
}
}{
"mcpServers": {
"godprofile": {
"command": "uv",
"args": [
"--directory",
"/path/to/GodProfile",
"run",
"godprofile-server"
]
}
}
}Once installed, simply open Claude and ask:
"Hey Claude, analyze my current README.md and use GodProfile to convert my tech stack into a Bezier neural network SVG using the luxury-glass theme."
MIT License.