profilekit-mcp
profilekit-mcp
ProfileKit 的 MCP 服务器。 通过对话构建 GitHub 个人资料 SVG 卡片 —— 适用于 Claude Code、Codex CLI、ChatGPT Apps 或任何其他支持 MCP 的智能体。
为什么选择 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,并返回一个 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