Skip to main content
Glama
starter-series

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 中。

工具

工具

描述

list_cards

枚举所有 28 种卡片类型,包含单行描述和所需参数

list_themes

列出 17 种内置主题

render

为指定的类型和参数构建卡片 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:
![pin](https://profilekit.vercel.app/api/pin?username=heznpc&repo=anvil&theme=rose_pine)

HTML:
<img src="https://profilekit.vercel.app/api/pin?username=heznpc&repo=anvil&theme=rose_pine" alt="pin" />

路线图

  • v0.2 — 从 ProfileKit /api/catalog 端点进行动态目录同步(当发布新卡片时自动更新)

  • v0.3compose_readme(sections) 工具 — 一次调用即可返回完整的博客布局 README 代码片段

  • v0.4 — 可选的 SVG 内联(将卡片内容获取到响应中),供需要分析标记语言的智能体使用

  • v1.0 — 由调用者自身的视觉/LLM 能力支持的调色板建议工具(无内置模型调用)

许可证

MIT © heznpc

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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