# VS Code

Source: https://docs.ezoic.com/docs/ezoicads/setup-mcp/vscode/


Connect [VS Code](https://code.visualstudio.com/) to Ezoic's AI Setup Assistant from the editor.

## Connect

[Add to VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=ezoic-setup&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc2V0dXAtYWdlbnQuZXpvaWMuY29tL21jcCJ9)

Or from the command line:

```bash
code --add-mcp '{"name":"ezoic-setup","type":"http","url":"https://setup-agent.ezoic.com/mcp"}'
```

Or add to `.vscode/mcp.json` in your project:

```json
{"servers": {"ezoic-setup": {"type": "http", "url": "https://setup-agent.ezoic.com/mcp"}}}
```

Reload MCP servers or restart VS Code if needed. No Ezoic login is required.

## Next steps

- See [example questions](/docs/ezoicads/setup-mcp/) on the AI Setup Assistant overview.
- [Troubleshooting](/docs/ezoicads/setup-mcp/#troubleshooting) lives on the overview page.

---

Need help? Reach us through [Ezoic Support](https://support.ezoic.com).

