7 months ago
research-and-dataA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Server Config
{
"mcpServers": {
"jina-mcp-tools": {
"command": "npx",
"args": [
"jina-mcp-tools"
],
"env": {
"JINA_API_KEY": "your_jina_api_key_here"
}
}
}
}