One-Click MCP Installation

Got an MCP server? Make it super easy for your users to install it.

Just paste your config below → Get installation buttons for your docs → Done! ✨

1Your MCP Config

Paste your server configuration

2Preview

How your buttons will look

VS Code / Copilot

Add to VS CodeAdd to VS Code Insiders

Cursor

Add to Cursor

💡 Tip: These buttons work right now! Click them to test the installation flow.

3Copy & Use

Add to your website or docs

Markdown

### Install MCP Server

**VS Code / Copilot:**

[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Add%20to&color=0098FF" alt="Add to VS Code">](https://vscode.dev/redirect/mcp/install?name=io.github.everything&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everything%22%5D%2C%22env%22%3A%7B%7D%7D)

[<img src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Add%20to&color=24bfa5" alt="Add to VS Code Insiders">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522io.github.everything%2522%252C%2522config%2522%253A%257B%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540modelcontextprotocol%252Fserver-everything%2522%255D%252C%2522env%2522%253A%257B%257D%257D%257D)

**Cursor:**

[<img src="https://img.shields.io/badge/Add%20to-Cursor-000?style=flat-square&logo=cursor&logoColor=white" alt="Add to Cursor">](https://cursor.com/en/install-mcp?name=everything&config=eyJjb21tYW5kIjoibnB4IC15IEBtb2RlbGNvbnRleHRwcm90b2NvbC9zZXJ2ZXItZXZlcnl0aGluZyJ9)

HTML

<!-- VS Code -->
<a href="https://vscode.dev/redirect/mcp/install?name=io.github.everything&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-everything%22%5D%2C%22env%22%3A%7B%7D%7D" target="_blank" rel="noopener noreferrer">
  <img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Add%20to&color=0098FF" alt="Add to VS Code">
</a>

<!-- VS Code Insiders -->
<a href="https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522io.github.everything%2522%252C%2522config%2522%253A%257B%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540modelcontextprotocol%252Fserver-everything%2522%255D%252C%2522env%2522%253A%257B%257D%257D%257D" target="_blank" rel="noopener noreferrer">
  <img src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Add%20to&color=24bfa5" alt="Add to VS Code Insiders">
</a>

<!-- Cursor -->
<a href="https://cursor.com/en/install-mcp?name=everything&config=eyJjb21tYW5kIjoibnB4IC15IEBtb2RlbGNvbnRleHRwcm90b2NvbC9zZXJ2ZXItZXZlcnl0aGluZyJ9" target="_blank" rel="noopener noreferrer">
  <img src="https://img.shields.io/badge/Add%20to-Cursor-000?style=flat-square&logo=cursor&logoColor=white" alt="Add to Cursor">
</a>