Best for
- Researchers and AI agents that need reliable web retrieval capabilities.
- Users who work with scientific publications and datasets as part of their workflows.
CLIO Web provides a straightforward approach to web search and fetching with DOI support. Its simplicity may be beneficial for research environments requiring reliable, simple access, but it lacks advanced search capabilities.
CLIO Web is an MCP server from the IoWarp CLIO Kit that provides provider-fixed web search, URL/DOI fetching, and document conversion. It supports traceable fetching with task logs and includes a guided research prompt. Designed for scientific workflows, it is installed via the clio-kit PyPI package.
To install the CLIO Web MCP server, run: uv tool install 'clio-kit==2.10.6' (or newer). Then start the server with the command clio-kit mcp-server web. If you use Cursor, Claude Code, or VS Code, configure your MCP client accordingly to execute that command.
{
"mcpServers": {
"web-mcp": {
"command": "clio-kit",
"args": [
"mcp-server",
"web"
]
}
}
}