PluginBench
MCP Server
Active
BSD-3-Clause

CLIO Web MCP Server

io.github.iowarp/web-mcp

What is the CLIO Web MCP server?

Provider-fixed web search plus transparent URL, DOI, and document fetching

How to install CLIO Web

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "web-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit",
        "mcp-server",
        "web"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "web-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit",
        "mcp-server",
        "web"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit",
        "mcp-server",
        "web"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "web-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit",
        "mcp-server",
        "web"
      ]
    }
  }
}
Claude Code
claude mcp add web-mcp -- uvx clio-kit mcp-server web

Related MCP servers

Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes...

26
Python
BSD-3-Clause
View repository →

ArXiv MCP server implementation using Model Context Protocol

26
Python
BSD-3-Clause
View repository →

ChronoLog MCP server implementation using Model Context Protocol

26
Python
BSD-3-Clause
View repository →

Compression MCP server implementation using Model Context Protocol

26
Python
BSD-3-Clause
View repository →

Darshan I/O profiler MCP server for analyzing I/O trace files

26
Python
BSD-3-Clause
View repository →

CLIO Geo

Active

MCP server for rendering GeoJSON vector layers into map images with basemaps

26
Python
BSD-3-Clause
View repository →