Jina AI MCP Tools is a server for the Model Context Protocol (MCP). It connects to Jina AI's Search Foundation APIs, providing AI-powered tools for reading the web, searching online, and checking facts.
To use these tools, set up a configuration file for Cursor and include your Jina API key. After configuration, you can direct Cursor to use the Jina tools for different tasks.
The key features include a Web Reader to pull content from web pages, a Web Search function to find information, and a Fact-Check tool to verify the accuracy of statements.
Common use cases are extracting webpage content for analysis, searching for information on complex subjects, and verifying the truth of specific claims.
To get a Jina API key, visit the Jina AI website for a free key. The tool is built using JavaScript and is licensed under the MIT license.
{
"mcpServers": {
"jina-mcp-tools": {
"command": "npx",
"args": [
"jina-mcp-tools"
],
"env": {
"JINA_API_KEY": "your_jina_api_key_here"
}
}
}
}