VS Code Button Generator

VS Code Button Generator

burkeholland

Generates VS Code install buttons and markdown badges for MCP servers and GitHub Copilot extensions. Creates one-click installation experiences with automated redirect URLs.

2419 views2Local (stdio)

What it does

  • Generate VS Code install buttons for NPX-based MCP servers
  • Create install badges from MCP configuration objects
  • Generate Copilot extension buttons from GitHub files
  • Create install buttons from raw URLs for chat instructions

Best for

MCP server developers adding install buttons to documentationGitHub Copilot extension creatorsAutomating VS Code extension distribution
No API key neededSupports environment variables and custom configs

Tools (4)

make_install_buttons

Generate VS Code Stable and Insiders MCP install button markdown for an NPX-based server.

from_mcp_config

Generate install buttons from a raw MCP JSON-like config object and a server name.

copilot_buttons_from_raw

Generate VS Code install buttons for a raw URL to chat instructions, prompts, or chat modes.

copilot_buttons_from_github

Generate VS Code install buttons for a GitHub file using owner/repo/path and optional branch.

Alternatives