jina-web-mcp
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., "@jina-web-mcpsearch for recent breakthroughs in AI"
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-web-mcp MCP Server
Search the web via Jina AI services
This is a TypeScript-based MCP server that provides web search and scraping functionality using Jina AI services.
Features
Tools
web_search- Search the web using Jina AI's search engineTakes a query string as required parameter
Returns search results with titles, URLs, and descriptions
Requires Jina API key authentication
web_scrape- Scrape webpages using Jina AI's Reader serviceTakes a URL as required parameter
Returns clean markdown content from the webpage
Free service, no authentication required
Related MCP server: Jina Web Search MCP
Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchSetup
Get a Jina AI API Key: Visit https://jina.ai/ to create a free account and get your API key.
Environment Variable: Set the
JINA_KEYenvironment variable with your API key:export JINA_KEY="your_jina_api_key_here"
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jina-web-mcp": {
"command": "/path/to/jina-web-mcp/build/index.js",
"env": {
"JINA_KEY": "your_jina_api_key_here"
}
}
}
}Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspectorThe Inspector will provide a URL to access debugging tools in your browser.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.Last updated1733MIT
- Alicense-qualityDmaintenanceEnables web content retrieval and semantic search capabilities through the Jina AI API. Provides tools to fetch content from URLs and perform intelligent web searches with natural language queries.Last updated3MIT
- Alicense-qualityCmaintenanceProvides access to Jina AI's web reading, search, embeddings, and reranking capabilities. Enables URL content extraction, web/arXiv/image search, document deduplication, and relevance ranking through natural language.Last updatedApache 2.0
- AlicenseBqualityDmaintenanceProvides access to Jina AI's web services including webpage content extraction, web search, and fact-checking capabilities optimized for LLM consumption.Last updated317428MIT
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Web search, AI agent, and content extraction via You.com APIs
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/Brunwo/jina-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server