profilekit-mcp
profilekit-mcp
MCP-сервер для ProfileKit. Создавайте SVG-карточки профиля GitHub в ходе диалога — из Claude Code, Codex CLI, приложений ChatGPT или любого другого агента с поддержкой MCP.
Зачем нужен MCP
С тех пор как OpenAI и Anthropic совместно анонсировали MCP Apps в конце 2025 года, один MCP-сервер нативно поддерживает Claude Code + Codex CLI + ChatGPT. Никаких адаптеров для каждой платформы.
Related MCP server: GitHub MCP Server
Установка
npm install -g @heznpc/profilekit-mcpРегистрация в вашем агенте
Claude Code — добавьте в .claude/settings.json в вашем репозитории:
{
"mcpServers": {
"profilekit": { "command": "profilekit-mcp" }
}
}Codex CLI — добавьте в ~/.codex/config.toml:
[mcp_servers.profilekit]
command = "profilekit-mcp"Приложения ChatGPT — (адаптер MCP для Apps SDK; см. документацию Apps SDK для настройки)
Использование
Внутри любого зарегистрированного агента просто спросите:
> 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.Агент вызовет list_cards / list_themes / render в фоновом режиме и вернет вам URL + фрагмент markdown, готовый для вставки в ваш README.
Инструменты
Инструмент | Описание |
| Перечисление всех 28 типов карточек с кратким описанием и необходимыми параметрами |
| Список из 17 встроенных тем |
| Создание URL карточки + фрагмента markdown + HTML для заданного типа и параметров |
render не загружает SVG. Он возвращает URL и фрагменты кода, чтобы вы могли встроить живое изображение везде, где разрешены внешние теги <img> (GitHub README, dev.to, Hashnode, обложка Notion, обложка слайдов).
Пример диалога
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" />Дорожная карта
v0.2 — Динамическая синхронизация каталога из эндпоинта ProfileKit
/api/catalog(автоматические обновления при появлении новых карточек)v0.3 — Инструмент
compose_readme(sections)— возврат готового фрагмента README с макетом блога за один вызовv0.4 — Опциональное встраивание SVG (получение содержимого карточки в ответе) для агентов, которым нужно анализировать разметку
v1.0 — Инструмент предложения палитры, основанный на собственных возможностях зрения/LLM вызывающего агента (без встроенных вызовов моделей)
Лицензия
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