profilekit-mcp
profilekit-mcp
ProfileKit用MCPサーバー。 Claude Code、Codex CLI、ChatGPT Apps、その他MCP対応エージェントから、会話を通じてGitHubプロフィールのSVGカードを作成できます。
MCPの利点
2025年後半にOpenAIとAnthropicが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とMarkdownスニペットを返します。
ツール
ツール | 説明 |
| 28種類のカードタイプすべてを、1行の説明と必要なパラメータとともに列挙します |
| 17種類の組み込みテーマを一覧表示します |
| 指定されたタイプとパラメータに基づいて、カードのURL、Markdown、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)ツール — 1回の呼び出しでブログレイアウトの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