mcp-install-instructions-generator
Verified Safeby hyprmcp
Overview
A tool that generates installation instructions for integrating various AI/coding clients with a Model Context Protocol (MCP) server.
Installation
npx -p @hyprmcp/mcp-install-instructions-generator@latest mcpSecurity Notes
The web component's markdown rendering uses `rehypeStringify` with `allowDangerousHtml: true`. However, the markdown content is generated internally from validated URL/name inputs, mitigating direct user-controlled XSS risk. The MCP server uses Zod for input validation, preventing common injection vulnerabilities. No hardcoded secrets or arbitrary code execution from user input were found.
Similar Servers
claude-code-subagents-collection
Provides a command-line interface to browse, install, manage, and verify Claude Code subagents, commands, and external MCP (Model Context Protocol) servers, facilitating local and project-level configuration for development workflows.
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcp-typescript-template
This server acts as a template for building remote Model Context Protocol (MCP) servers using TypeScript, handling MCP tool registration and session management over HTTP.