[ MCP_NODE_3825 ]

jina-ai

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Official Jina AI MCP Server for web reading, search, grounding, and fact-checking capabilities powered by Jina AI APIs.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "jina-ai-en": {
            "description": "Official Jina AI MCP Server for web reading, search, grounding, and fact-checking capabilities powered by Jina AI APIs.",
            "command": "npx",
            "args": [
                "-y",
                "mcp-remote",
                "https://mcp.jina.ai/v1"
            ],
            "env": {
                "JINA_API_KEY": "<your-jina-api-key>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.