profilekit-mcp
profilekit-mcp
ProfileKit용 MCP 서버. Claude Code, Codex CLI, ChatGPT 앱 또는 기타 MCP 지원 에이전트를 통해 대화를 나누며 GitHub 프로필 SVG 카드를 빌드하세요.
MCP를 사용하는 이유
OpenAI와 Anthropic이 2025년 말 MCP Apps를 공동 발표한 이후, 단일 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 Apps — (Apps SDK MCP 어댑터; 연결 방법은 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를 호출하여 README에 바로 붙여넣을 수 있는 URL과 마크다운 스니펫을 제공합니다.
도구
도구 | 설명 |
| 28가지 카드 유형 전체를 한 줄 설명 및 필수 매개변수와 함께 나열 |
| 17가지 내장 테마 나열 |
| 특정 유형과 매개변수에 대한 카드 URL + 마크다운 + HTML 스니펫 생성 |
render는 SVG를 직접 가져오지 않습니다. 외부 <img> 태그가 허용되는 곳(GitHub README, dev.to, Hashnode, Notion 커버, 슬라이드 커버 등)에 라이브 이미지를 삽입할 수 있도록 URL과 스니펫을 반환합니다.
대화 예시
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