Install Jina AI MCP for web scraping. Use when user needs Jina Reader for URL content extraction.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: julien-mcp-jina
description: Install Jina AI MCP for web scraping. Use when user needs Jina Reader for URL content extraction.
category: mcp
triggers:
- install jina mcp
- jina reader
- web scraping mcp
---
# 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:
1. **Check for existing `.mcp.json`** in the project root
2. **Merge configuration** - Add this server to `mcpServers`:
```json
{
"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}"
}
}
}
```
3. **If `.mcp.json` doesn't exist**, create it with the full structure:
```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
- `JINA_API_KEY`: Your Jina AI API key
## Usage After Installation
Restart Claude Code to activate the MCP server.
## Skill Chaining
- **Input**: User request to install Jina MCP
- **Output**: Configured `.mcp.json` with jina server
- **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 |
| `npx` not found | Install Node.js and ensure npm is in PATH |
| Smithery CLI error | Try `npm cache clean --force` |
| Rate limit exceeded | Upgrade Jina plan or add delay |
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...