← Back to list

context7-mcp
by lollipopkit
Skills for Claude Code compatible agents.
⭐ 1🍴 0📅 Jan 11, 2026
SKILL.md
name: context7-mcp description: Retrieve official library documentation and API references. Use when the user asks for "docs", "API signature", "usage examples", or "how to use" a specific package.
Use Context7 MCP for library APIs
Instructions
- When asked about a library/package API, first resolve it: call
resolve-library-idwith the package name. - If a valid ID is returned, fetch docs with
get-library-docs(modecodefor API/reference;infofor conceptual) and a topic if relevant (e.g., hooks, routing). - Cite snippets from retrieved docs; avoid guessing. Prefer latest page unless user specifies version.
- If multiple matches, pick the closest and mention ambiguity briefly before proceeding.
- If no match, ask for clarification or alternate names instead of inventing APIs.
- Do not rely on memory for API shapes when Context7 docs are available; re-fetch as needed for accuracy.
Example prompts
- "查下某个 npm 包的 hook 签名,用 context7 搜"
- "给我 next.js app router 的官方用法,先用 context7 mcp"
- "mongodb driver 的插入示例,走 context7 的文档"
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon