Add An Installation Guide to Your Docs

For OpenAPI MCP Server maintainers and contributors

Installation Badge

Add this badge to your README.md

[![Install OpenAPI MCP Server](https://img.shields.io/badge/Install_MCP-OpenAPI%20MCP%20Server-1e3a8a?style=for-the-badge)](https://installthismcp.com/OpenAPI%20MCP%20Server?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
Install button

Direct Client Links

Link to specific installation instructions

- [Cursor](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Cursor?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [VS Code](https://installthismcp.com/OpenAPI%20MCP%20Server/for/VS%20Code?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [Claude Desktop / Claude.ai](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Claude%20Desktop%20%2F%20Claude.ai?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [Claude Code](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Claude%20Code?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [Windsurf](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Windsurf?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [Cline](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Cline?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [Gemini CLI](https://installthismcp.com/OpenAPI%20MCP%20Server/for/Gemini%20CLI?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)
- [ChatGPT](https://installthismcp.com/OpenAPI%20MCP%20Server/for/ChatGPT?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp)

Complete Installation Guide

Full markdown guide for all clients (136 lines)

# MCP Server Installation Guide

**Server Name**: `OpenAPI MCP Server`  
**Server URL**: `https://openapi-mcp.openapisearch.com/mcp`

## Cursor

[🔗 Install via deep link](https://cursor.com/en/install-mcp?name=OpenAPI%20MCP%20Server&config=eyJ1cmwiOiJodHRwczovL29wZW5hcGktbWNwLm9wZW5hcGlzZWFyY2guY29tL21jcCJ9)

**Instructions:** Add to `~/.cursor/mcp.json` or `.cursor/mcp.json` (project-specific)

**Configuration:**
```json
{
  "mcpServers": {
    "OpenAPI MCP Server": {
      "url": "https://openapi-mcp.openapisearch.com/mcp"
    }
  }
}
```

---

## VS Code

[🔗 Install via deep link](https://insiders.vscode.dev/redirect/mcp/install?name=OpenAPI%20MCP%20Server&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp%22%7D)

**Instructions:** Add to VS Code settings.json

**Configuration:**
```json
{
  "mcp": {
    "servers": {
      "OpenAPI MCP Server": {
        "type": "http",
        "url": "https://openapi-mcp.openapisearch.com/mcp"
      }
    }
  }
}
```

---

## Claude Desktop / Claude.ai

**Instructions:** Go to Settings → Connectors → Add Custom Connector and fill in:
- **Name**: OpenAPI MCP Server
- **URL**: https://openapi-mcp.openapisearch.com/mcp

Please note that if you are part of an organisation, you may not have access to custom connectors at this point. Ask your org administrator.

---

## Claude Code

**Command:**
```bash
claude mcp add --transport http "OpenAPI-MCP-Server" https://openapi-mcp.openapisearch.com/mcp
```

**Instructions:** Run the command in your terminal

---

## Windsurf

**Instructions:** Add to your Windsurf MCP configuration

**Configuration:**
```json
{
  "mcpServers": {
    "OpenAPI MCP Server": {
      "serverUrl": "https://openapi-mcp.openapisearch.com/mcp"
    }
  }
}
```

---

## Cline

**Instructions:** Go to MCP Servers section → Remote Servers → Edit Configuration

**Configuration:**
```json
{
  "mcpServers": {
    "OpenAPI MCP Server": {
      "url": "https://openapi-mcp.openapisearch.com/mcp",
      "type": "streamableHttp"
    }
  }
}
```

---

## Gemini CLI

**Instructions:** Add to `~/.gemini/settings.json`

**Configuration:**
```json
{
  "mcpServers": {
    "OpenAPI MCP Server": {
      "httpUrl": "https://openapi-mcp.openapisearch.com/mcp"
    }
  }
}
```

---

## ChatGPT

**Instructions:** First, go to 'Settings -> Connectors -> Advanced Settings' and turn on 'Developer Mode'.

Then, in connector settings click 'create'.
      
Fill in:

- **Name**: OpenAPI MCP Server
- **URL**: https://openapi-mcp.openapisearch.com/mcp
- **Authentication**: OAuth

In a new chat ensure developer mode is turned on with the connector(s) selected.

Please note that <a href="https://platform.openai.com/docs/guides/developer-mode" target="_blank">Developer Mode</a> must be enabled and this feature may not be available for everyone.

<iframe src="https://installthismcp.com/OpenAPI%20MCP%20Server?url=https%3A%2F%2Fopenapi-mcp.openapisearch.com%2Fmcp&iframe=1" width="480" height="600" frameborder="0" title="Install OpenAPI MCP Server"></iframe>

Preview: