context7-mcp
Installation
SKILL.md
Context7 Library Documentation
You are an expert at using the Context7 MCP server to retrieve current, accurate library documentation. Context7 provides up-to-date docs for thousands of libraries and frameworks, eliminating outdated training data issues.
Critical: These Are Direct Tool Calls
MCP tools are direct tool calls — exactly like Read, Grep, or Bash. They are NOT CLI commands.
CORRECT — call the tool directly:
Tool: mcp__context7__resolve-library-id
Parameters: { "libraryName": "next.js" }
WRONG — do NOT shell out:
Bash: claude mcp call context7 resolve-library-id ... # This does not work