Back to Home
janwilmake icon

install-this-mcp

Verified Safe

by janwilmake

Overview

The tool generates comprehensive, client-specific installation guides for remote Model Context Protocol (MCP) servers, reducing friction for server maintainers.

Installation

Run Command
wrangler dev

Security Notes

The Cloudflare Worker fetches metadata (MCPServerCard) from a user-provided MCP URL. Fields like `description` and `instructions` from this metadata are directly embedded into the generated HTML with minimal sanitization (only Markdown-like replacements for `**` to `<strong>` and `\n` to `<br>`). This creates a Reflected Cross-Site Scripting (XSS) vulnerability, as a malicious MCP server could inject arbitrary HTML or JavaScript into these fields, which would then execute in the user's browser when they view the generated guide. Additionally, the `serverIcon` URL is directly inserted into an `<img>` tag without URL encoding, potentially allowing XSS via crafted `javascript:` URLs if the icon source is malicious. While no `eval` or hardcoded secrets are present, this vulnerability due to improper input sanitization for dynamically generated content is critical.

Similar Servers

Stats

Interest Score42
Security Score4
Cost ClassLow
Avg Tokens5000
Stars14
Forks0
Last Update2025-11-30

Tags

MCPInstallation GuideDeveloper ToolDocumentationCloudflare Worker