Skip to main content

url reader powered by jina ai reader

Project description

mcp-jina-reader MCP server

A standard MCP server that converts URLs into LLM-friendly inputs using Jina AI's API

Tools

The server implements one tool:

  • reader: Use Jina URL reader to process URLs and return LLM-friendly output
    • Requires "url" as a mandatory string parameter
    • Returns processed URL content

Quickstart

Install

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Development/Unpublished Servers Configuration ``` "mcpServers": { "mcp-jina-reader": { "command": "uv", "args": [ "--directory", "your-dir", "run", "mcp-jina-reader" ] } } ```
Published Servers Configuration ``` "mcpServers": { "mcp-jina-reader": { "command": "uvx", "args": [ "mcp-jina-reader" ] } } ```

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory yourdir run mcp-jina-reader

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_jina_reader-1.0.3.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_jina_reader-1.0.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file mcp_jina_reader-1.0.3.tar.gz.

File metadata

  • Download URL: mcp_jina_reader-1.0.3.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.10

File hashes

Hashes for mcp_jina_reader-1.0.3.tar.gz
Algorithm Hash digest
SHA256 4564cdb9cf39c9c0090db5ce763c784c1afcb6c19905f44efcb6804f1d14b93c
MD5 98ae62b3eb87ee89eeef524f92885ab1
BLAKE2b-256 a64bce95d4634bb3d6b95e59f0cbc4f56f9e45734d1c3a7585a5c07ce262aaac

See more details on using hashes here.

File details

Details for the file mcp_jina_reader-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_jina_reader-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 aa77b4c6c1169dc2eaa54393f4779419d6468aed6d8975d1a03b134b13a704dc
MD5 5a953aebf7897df198467d528561b5c0
BLAKE2b-256 e6ffa205a8dda593175d35caca7e072726ee54ac72bec56a6a8013e2d40365fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page