profilekit-mcp
profilekit-mcp
MCP-Server für ProfileKit. Erstellen Sie GitHub-Profil-SVG-Karten durch Konversation — von Claude Code, Codex CLI, ChatGPT Apps oder jedem anderen MCP-fähigen Agenten aus.
Warum MCP
Seit OpenAI und Anthropic Ende 2025 gemeinsam MCP Apps angekündigt haben, deckt ein einziger MCP-Server Claude Code + Codex CLI + ChatGPT nativ ab. Keine plattformspezifischen Adapter erforderlich.
Related MCP server: GitHub MCP Server
Installation
npm install -g @heznpc/profilekit-mcpBei Ihrem Agenten registrieren
Claude Code — fügen Sie dies zu .claude/settings.json in Ihrem Repository hinzu:
{
"mcpServers": {
"profilekit": { "command": "profilekit-mcp" }
}
}Codex CLI — fügen Sie dies zu ~/.codex/config.toml hinzu:
[mcp_servers.profilekit]
command = "profilekit-mcp"ChatGPT Apps — (Apps SDK MCP-Adapter; siehe die Apps SDK-Dokumentation für die Einrichtung)
Verwendung
Fragen Sie innerhalb eines registrierten Agenten einfach:
> What ProfileKit cards exist?
> Render a tokyo_night stats card for heznpc.
> Give me a hero banner saying "heznpc" with subtitle "Building the ecosystem AI lives in", wave background, space-grotesk font.
> Build a kanagawa-themed pin card for heznpc/ProfileKit.Der Agent ruft im Hintergrund list_cards / list_themes / render auf und gibt Ihnen eine URL sowie ein Markdown-Snippet zurück, das Sie direkt in Ihre README einfügen können.
Tools
Tool | Beschreibung |
| Listet alle 28 Kartentypen mit einzeiligen Beschreibungen und erforderlichen Parametern auf |
| Listet die 17 integrierten Designs auf |
| Erstellt eine Karten-URL + Markdown + HTML-Snippet für einen bestimmten Typ und Parameter |
render ruft das SVG nicht ab. Es gibt die URL und Snippets zurück, damit Sie das Live-Bild überall dort einbetten können, wo externe <img>-Tags erlaubt sind (GitHub README, dev.to, Hashnode, Notion-Cover, Folien-Cover).
Beispielkonversation
You: Render a pin card for heznpc/anvil using the rose_pine theme.
Agent: [calls render(type="pin", params={username: "heznpc", repo: "anvil", theme: "rose_pine"})]
URL:
https://profilekit.vercel.app/api/pin?username=heznpc&repo=anvil&theme=rose_pine
Markdown:

HTML:
<img src="https://profilekit.vercel.app/api/pin?username=heznpc&repo=anvil&theme=rose_pine" alt="pin" />Roadmap
v0.2 — Dynamische Katalog-Synchronisierung über einen ProfileKit
/api/catalog-Endpunkt (automatische Updates, wenn neue Karten veröffentlicht werden)v0.3 —
compose_readme(sections)-Tool — gibt ein vollständiges README-Snippet im Blog-Layout mit einem Aufruf zurückv0.4 — Optionales SVG-Inlining (Abrufen des Karteninhalts in die Antwort) für Agenten, die das Markup analysieren möchten
v1.0 — Tool für Palettenvorschläge, unterstützt durch die eigene Vision/LLM-Fähigkeit des Aufrufers (keine integrierten Modellaufrufe)
Lizenz
MIT © heznpc
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to access and analyze GitHub profile data, providing insights on repositories, commit history, coding patterns, and generating portfolio summaries for developers and recruiters.82MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage GitHub repositories, branches, issues, pull requests, releases, and actions through natural language.1115MIT
- AlicenseBqualityDmaintenanceEnables GitHub project management from Claude, supporting issue creation, milestones, labels, changelog generation, and repository stats.8101MIT
- FlicenseNot gradedqualityBmaintenanceReads your GitHub profile and provides developer context (stack, projects, experience) to MCP clients like Claude and Cursor via a single URL.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/starter-series/profilekit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server