{"id":32363442,"url":"https://github.com/hyprmcp/mcp-install-instructions-generator","last_synced_at":"2025-10-24T16:58:14.452Z","repository":{"id":314202848,"uuid":"1050523548","full_name":"hyprmcp/mcp-install-instructions-generator","owner":"hyprmcp","description":"Generate MCP Server Installation Instructions for Cursor, Visual Studio Code, Claude Code, Claude Desktop, Windsurf, ChatGPT, Gemini CLI and more","archived":false,"fork":false,"pushed_at":"2025-10-24T04:41:46.000Z","size":78,"stargazers_count":9,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T06:23:40.256Z","etag":null,"topics":["chatgpt","claude-code","claude-desktop","code","gemini","hyprmcp","mcp","mcp-server","remote-mcp-server","typescript"],"latest_commit_sha":null,"homepage":"https://hyprmcp.com/mcp-install-instructions-generator/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyprmcp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T14:50:07.000Z","updated_at":"2025-10-17T06:53:52.000Z","dependencies_parsed_at":"2025-09-11T06:55:38.367Z","dependency_job_id":"af2b56c8-4c32-4e9e-8603-09260dbc33f4","html_url":"https://github.com/hyprmcp/mcp-install-instructions-generator","commit_stats":null,"previous_names":["hyprmcp/mcp-instructions"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hyprmcp/mcp-install-instructions-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprmcp%2Fmcp-install-instructions-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprmcp%2Fmcp-install-instructions-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprmcp%2Fmcp-install-instructions-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprmcp%2Fmcp-install-instructions-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyprmcp","download_url":"https://codeload.github.com/hyprmcp/mcp-install-instructions-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprmcp%2Fmcp-install-instructions-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280833013,"owners_count":26398971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","claude-code","claude-desktop","code","gemini","hyprmcp","mcp","mcp-server","remote-mcp-server","typescript"],"created_at":"2025-10-24T16:58:13.310Z","updated_at":"2025-10-24T16:58:14.446Z","avatar_url":"https://github.com/hyprmcp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Instructions\n\n## Usage\n\n### Web / Cloud\n\nWe are hosting the latest version of this MCP server instructions generator on our website for free:\n\n\u003e https://hyprmcp.com/mcp-install-instructions-generator/\n\n### CLI\n\nThis package comes with a CLI tool you can simply call using `npx`:\n\n```shell\nnpx @hyprmcp/mcp-install-instructions-generator@latest https://mcp.example.com --target vscode --output md\nnpx @hyprmcp/mcp-install-instructions-generator@latest --help\n```\n\n### MCP Server\n\nUse the MCP server to generate instructions for your own MCP server!\n\n#### Remote MCP Server\n\nThis MCP server is hosted on [hyprmcp.com](https://hyprmcp.com/).\n\nYou can find all installation instructions by opening the remote MCP Server Url in your browser:\n\n\u003e ```\n\u003e https://demo.hyprmcp.cloud/mcp-install-instructions-generator/mcp\n\u003e ```\n\n#### Local MCP Server\n\n```shell\nnpx -p @hyprmcp/mcp-install-instructions-generator@latest mcp\n```\n\n### Web Component\n\nYou can use the web component by importing it into your HTML file:\n\n\u003c!-- x-release-please-start-version --\u003e\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.0/dist/component/index.js\"\u003e\u003c/script\u003e\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.0/dist/component/index.css\"\n/\u003e\n\n\u003cmcp-install-instructions\n  url=\"https://mcp.example.com\"\n\u003e\u003c/mcp-install-instructions\u003e\n```\n\n\u003c!-- x-release-please-end --\u003e\n\n### JavaScript\n\nThis package is distributed as an npm package.\nSimply install `@hyprmcp/mcp-install-instructions-generator` with your package manager of choice and you're ready to get started.\n\n```ts\nimport { generateMCPInstructions } from '@hyprmcp/mcp-install-instructions';\n\nconst instructions = generateMCPInstructions({\n  url: 'https://mcp.example.com',\n  target: 'vscode',\n  output: 'md',\n});\n\nconsole.log(instructions);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyprmcp%2Fmcp-install-instructions-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyprmcp%2Fmcp-install-instructions-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyprmcp%2Fmcp-install-instructions-generator/lists"}