io.github.visus-mcp/visus-mcp
Quality Score
85
/100
Security-first web access. Sanitizes pages, blocks injection, redacts PII. Now with PDF/JSON/SVG.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"visus-mcp": {
"command": "npx",
"args": [
"-y",
"visus-mcp"
],
"env": {
"VISUS_TIMEOUT_MS": "<visus_timeout_ms>",
"VISUS_MAX_CONTENT_KB": "<visus_max_content_kb>",
"VISUS_RENDERER_URL": "<visus_renderer_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"visus-mcp": {
"command": "npx",
"args": [
"-y",
"visus-mcp"
],
"env": {
"VISUS_TIMEOUT_MS": "<visus_timeout_ms>",
"VISUS_MAX_CONTENT_KB": "<visus_max_content_kb>",
"VISUS_RENDERER_URL": "<visus_renderer_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y visus-mcp§02 Environment variables
VISUS_TIMEOUT_MSOptional timeout in milliseconds for page fetching (default: 10000)
VISUS_MAX_CONTENT_KBOptional maximum content size in KB before truncation (default: 512)
VISUS_RENDERER_URLOptional URL for managed Lambda renderer (Phase 2 - not yet available)
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai