Claude-skill-registry julien-mcp-jina
Install Jina AI MCP for web scraping. Use when user needs Jina Reader for URL content extraction.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/julien-mcp-jina" ~/.claude/skills/majiayu000-claude-skill-registry-julien-mcp-jina && rm -rf "$T"
manifest:
skills/data/julien-mcp-jina/SKILL.mdsource content
MCP Jina AI Installer
This skill installs the Jina AI MCP server into the current project.
Installation Procedure
When the user asks to install Jina MCP:
- Check for existing
in the project root.mcp.json - Merge configuration - Add this server to
:mcpServers
{ "jina": { "command": "cmd", "args": ["/c", "npx", "-y", "@smithery/cli@latest", "run", "jina-ai-mcp-server", "--key", "${JINA_API_KEY}"], "env": { "JINA_API_KEY": "${JINA_API_KEY}" } } }
- If
doesn't exist, create it with the full structure:.mcp.json
{ "mcpServers": { "jina": { "command": "cmd", "args": ["/c", "npx", "-y", "@smithery/cli@latest", "run", "jina-ai-mcp-server", "--key", "${JINA_API_KEY}"], "env": { "JINA_API_KEY": "${JINA_API_KEY}" } } } }
Environment Variables Required
: Your Jina AI API keyJINA_API_KEY
Usage After Installation
Restart Claude Code to activate the MCP server.
Skill Chaining
- Input: User request to install Jina MCP
- Output: Configured
with jina server.mcp.json - Tools Used: Read, Edit, Write
- Chains With: PureMD MCP for web content extraction
Troubleshooting
| Problem | Solution |
|---|---|
| API key invalid | Get new key at jina.ai |
not found | Install Node.js and ensure npm is in PATH |
| Smithery CLI error | Try |
| Rate limit exceeded | Upgrade Jina plan or add delay |