- Home
- MCP servers
- jina-free
jina-free
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ubuygold-jina-free-mcp": {
"command": "npx",
"args": [
"@ubuygold/jina-free-mcp"
]
}
}
}You can deploy and use jina-free-mcp to fetch webpage content through Jina AI's reader service, making it easier to integrate live web content into your applications and workflows.
How to use
You run the MCP server and connect your MCP client to it to request webpage content. This server acts as a bridge to Jina AI's reader service, returning parsed content that you can feed into downstream processing, indexing, or analysis tasks.
To start using it, run the MCP server via the runtime command shown in its configuration. Once the server is running, your MCP client can send content-fetch requests and receive structured results suitable for your workflows.
How to install
Prerequisites you need before installation: a working Node.js runtime and npm. Check your versions to ensure compatibility.
Step 1: Open a terminal on your machine.
Step 2: Run the MCP start command to install and execute jina-free-mcp via npx.
npx @ubuygold/jina-free-mcp
Additional notes
This MCP leverages Jina AI's reader service to fetch webpage content, enabling downstream processing such as extraction, summarization, or search indexing. Ensure your environment has network access to reach Jina AI services when making requests.