mcp-jina-ai
This server provides access to Jina AI's web services through Claude, offering tools for web content extraction, search, and fact-checking:
read_webpage: Extract and format web page content for LLMs, with options for output formats, links, images, and alt text.search_web: Search the web with configurable results, image retention, and return formats, returning structured results.fact_check: Verify statements with factuality scores, supporting evidence, and optional deep-dive analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-jina-aisearch for recent developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jina AI MCP Server
An MCP server that provides access to Jina AI's powerful web services through Claude. This server implements three main tools:
Web page reading and content extraction
Web search
Fact checking/grounding
Features
Tools
read_webpage
Extract content from web pages in a format optimized for LLMs
Supports multiple output formats (Default, Markdown, HTML, Text, Screenshot, Pageshot)
Options for including links and images
Ability to generate alt text for images
Cache control options
search_web
Search the web using Jina AI's search API
Configurable number of results (default: 5)
Support for image retention and alt text generation
Multiple return formats (markdown, text, html)
Returns structured results with titles, descriptions, and content
fact_check
Fact-check statements using Jina AI's grounding engine
Provides factuality scores and supporting evidence
Optional deep-dive mode for more thorough analysis
Returns references with key quotes and supportive/contradictory classification
Related MCP server: sysauto Ask MCP Server
Setup
Prerequisites
You'll need a Jina AI API key to use this server. Get one for free at https://jina.ai/
Installation
There are two ways to use this server:
Installing via Smithery
To install Jina AI for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install jina-ai-mcp-server --client claudeOption 1: NPX (Recommended)
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"jina-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"jina-ai-mcp-server"
],
"env": {
"JINA_API_KEY": "<YOUR_KEY>"
}
}
}
}Option 2: Local Installation
Clone the repository
Install dependencies:
npm installBuild the server:
npm run buildAdd this configuration to your Claude Desktop config:
{
"mcpServers": {
"jina-ai-mcp-server": {
"command": "node",
"args": [
"/path/to/jina-ai-mcp-server/dist/index.js"
],
"env": {
"JINA_API_KEY": "<YOUR_KEY>"
}
}
}
}Config File Location
On MacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.jsonDebugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector:
npm run inspectorThe Inspector will provide a URL to access debugging tools in your browser.
API Response Types
All tools return structured JSON responses that include:
Status codes and metadata
Formatted content based on the requested output type
Usage information (token counts)
When applicable: images, links, and additional metadata
For detailed schema information, see schemas.ts.
Running evals
The evals package loads an mcp client that then runs the index.ts file, so there is no need to rebuild between tests. You can load environment variables by prefixing the npx command. Full documentation can be found here.
OPENAI_API_KEY=your-key npx mcp-eval evals.ts index.tsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.Last updated64MIT
- Alicense-qualityCmaintenanceAn MCP server that integrates with Sonar API to provide Claude with real-time web search capabilities for comprehensive research.Last updated31MIT
- AlicenseDqualityDmaintenanceMCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.Last updated42MIT
- Alicense-qualityBmaintenanceMCP server that bridges ChatGPT Plus/Pro to Claude Code, enabling chat, deep research, and image generation via your own account.Last updated46MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoeBuildsStuff/mcp-jina-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server