GodProfile MCP Toolkit

GodProfile MCP Toolkit

An MCP server that generates stunning animated SVGs, glassmorphic widgets, and bento-grid layouts to enhance your GitHub profile README.

Category
访问服务器

README

<div align="center">

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/banner.svg" alt="GodProfile Banner" width="100%"/>

<br/>

GodProfile MCP Toolkit

The MCP server that turns your GitHub profile README into a god-tier art exhibit. Every visual in this README was generated by GodProfile itself.

PyPI Python MCP License Stars PRs Welcome CI

<br/>

Not sure it's worth it? See 7 animated SVGs running live — no install, no signup.

<a href="https://luc0-0.github.io/GodProfile/"> <img src="https://img.shields.io/badge/%E2%96%B6%20%20See%20live%20demo%20%E2%80%94%20open%20in%20browser-b6a891?style=for-the-badge&labelColor=0b0f14" alt="Live Demo"/> </a>

<br/><br/>

Give Claude Desktop this server and say: "Make my GitHub profile god-tier." It ships 16 tools that generate glassmorphic SVGs, animated banners, live data widgets, bento-grid layouts, and full GitHub Actions CI — all from a single MCP config line.

Quick Install · Tools · Themes · MCP Config · Contributing

</div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Terminal SVG — render_terminal_emulator_svg

Animated typewriter terminal with macOS window chrome. Every line types itself in.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/terminal.svg" width="600" alt="Terminal Emulator SVG"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Icon Marquee — generate_animated_icon_marquee

Infinitely scrolling CSS-animated band of tech badges. Seamless loop, zero JavaScript.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/icon_marquee.svg" width="800" alt="Animated Icon Marquee"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Neural Network Map — generate_neural_network_map

Your tech stack as a Bezier-connected animated neural graph. Nodes pulse, edges flow.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/neural_map.svg" width="800" alt="Neural Network Tech Stack Map"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

GitHub Trophies — render_github_trophies

Custom SVG trophy case with S/A/B/C rank tiers. S-rank trophies animate with a golden glow.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/trophies.svg" width="800" alt="GitHub Trophies"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

WakaTime Activity — render_wakatime_activity_chart

Animated horizontal bar chart of your weekly coding language breakdown.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/wakatime.svg" width="400" alt="WakaTime Coding Activity Chart"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Spotify Now Playing — render_spotify_now_playing

Branded "Now Playing" card with animated equalizer bars. Syncs via GitHub Actions cron.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/spotify.svg" width="400" alt="Spotify Now Playing Card"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Isometric 3D Globe — render_3d_contribution_globe

Real spherical-to-isometric projection math. 12 longitude + 8 latitude lines. Slow animated rotation.

<div align="center"> <img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/globe.svg" width="400" alt="Isometric 3D Globe"/> </div>

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Quick Install

# Option 1 — uvx (zero install, runs directly)
uvx godprofile-mcp

# Option 2 — pip
pip install godprofile-mcp

# Option 3 — dev mode
git clone https://github.com/Luc0-0/GodProfile
cd GodProfile
pip install -e ".[dev]"
python examples/quickstart.py   # generates all SVGs to examples/output/

If this saved you time, a ⭐ helps others find it — and it takes 2 seconds.

Try it in 30 seconds

No Claude Desktop needed. Run this and open the output folder:

git clone https://github.com/Luc0-0/GodProfile
cd GodProfile
pip install -e ".[dev]"
python examples/quickstart.py

This generates 9 live SVGs into examples/output/ — open any file in your browser to see animated output instantly. No API keys, no config, no signup.

Or generate a single widget inline:

from godprofile_mcp.core import terminal_emulator
svg = terminal_emulator.create_typing_svg(["$ whoami", "you"], "luxury-glass")
open("demo.svg", "w").write(svg)
# open demo.svg in any browser

Live preview (no install) → luc0-0.github.io/GodProfile

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

MCP Config

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "godprofile": {
      "command": "uvx",
      "args": ["godprofile-mcp"]
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Restart Claude Desktop, then try:

"Use GodProfile to rebuild my README with the luxury-glass theme, a terminal SVG showing my stack, WakaTime coding stats, and an animated icon marquee."

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

16 Tools

Render Tools — pass your own data, get SVG back

Tool What it generates
refactor_readme_to_bento Asymmetric bento-grid HTML layout from your Markdown
render_svg_widget Glassmorphic SVG stat cards with 12px borders + theme tokens
generate_neural_network_map Animated Bezier-connected tech stack visualization
setup_github_automation GitHub Actions workflows for automated stat sync
render_spotify_now_playing "Now Playing" card with animated equalizer bars (placeholder)
render_wakatime_activity_chart Horizontal bar chart from provided language percentages
setup_contribution_snake Snake game eating your contribution grid (custom themed)
render_3d_contribution_globe Isometric 3D globe using real lat/lon projection math
fetch_latest_blog_posts RSS/Atom feed → styled SVG card of latest posts
render_terminal_emulator_svg Animated typewriter terminal with macOS window chrome
generate_animated_icon_marquee Infinite CSS-scrolling band of tech name badges
capture_animated_banner_gif Pure SVG animated banner with gradient + sequential fade-in
render_github_trophies Trophy case from provided stats dict, S/A/B/C tier rankings

Live-Fetch Tools — hit real APIs, get live SVG back

Tool What it fetches
fetch_github_trophies_live Pulls real stars/commits/PRs/repos/followers from GitHub API, renders trophy case
fetch_wakatime_chart_live Calls WakaTime API with your key → renders last 7 days language chart
fetch_spotify_now_playing_live Calls Spotify API with OAuth token → renders current track card

4 Themes

Theme Vibe Background Accent
luxury-glass Dark glassmorphic, gold accents #0b0f14 #b6a891
terminal-hacker Green-on-black matrix terminal #000000 #00ff41
minimalist Clean GitHub-native light mode #ffffff #111827
cyberpunk Neon magenta/cyan high contrast #0d0221 #ff003c

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Architecture

godprofile_mcp/
├── server.py        ← 13 FastMCP @mcp.tool() endpoints
├── resources.py     ← 4 themes as theme://{name} MCP resources
├── prompts.py       ← Aesthetic design guide injected at generation time
└── core/
    ├── bento_layout.py          ← Asymmetric HTML table grid
    ├── svg_rendering.py         ← Glassmorphic SVG card engine
    ├── neural_bezier_engine.py  ← Bezier-connected tech stack map
    ├── github_ci_automation.py  ← GitHub Actions YAML generator
    ├── snake_game_injector.py   ← Contribution snake setup
    ├── blog_fetcher.py          ← RSS/Atom feed → SVG post card
    ├── terminal_emulator.py     ← Animated typewriter terminal SVG
    ├── icon_marquee.py          ← CSS infinite-scroll marquee SVG
    ├── animated_banner.py       ← Gradient animated banner SVG
    ├── github_trophies.py       ← Trophy case SVG with tier logic
    ├── spotify_now_playing.py   ← Spotify UI card + cron workflow
    ├── wakatime_metrics.py      ← Coding stats horizontal bar chart
    └── isometric_3d_globe.py   ← 3D isometric globe SVG

Design principles:

  • Zero external deps beyond mcp + pydantic — all SVG generation uses stdlib
  • Self-contained inline SVGs (no CDN, no external requests at render time)
  • Deterministic output — same inputs always produce the same SVG

Why not a profile generator website?

GodProfile Static generators Manual editing
Conversational AI-driven
Fully animated SVGs partial
Live data (Spotify, WakaTime) some
GitHub Actions automation manual
Zero vendor lock-in
Works offline / no API keys required
Customizable themes limited

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Contributing

See CONTRIBUTING.md. The short version:

  1. Pick an open issue or check the roadmap below
  2. Add your module to src/godprofile_mcp/core/
  3. Wire it into server.py with @mcp.tool()
  4. Keep deps to zero (stdlib only)
  5. Open a PR — all skill levels welcome

Roadmap

  • [ ] render_github_streak — SVG contribution streak card
  • [ ] generate_skills_radar — Radar/spider chart for skills
  • [ ] theme_editor — Interactive theme token customizer
  • [ ] export_to_html — Full standalone HTML profile export
  • [ ] PyPI publish + versioned releases

Star the repo to follow progress.

<div align="center">

<img src="https://raw.githubusercontent.com/Luc0-0/GodProfile/main/assets/divider.svg" width="100%"/>

Built with FastMCP · Protocol by Anthropic · MIT License

</div>

Verified on MseeP

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选