Getting Started in Your IDE

Integrate the Vonage MCP Server with editors like VSCode or Cursor to enhance your workflow.

Set Up the Server Connection

{
  "servers": {
    "vonage-docs": {
      "url": "https://documentation-mcp.vonage.dev/mcp",
      "type": "http",
      "description": "Vonage Developer Portal"
    }
  },
  "inputs": []
}

Step 3: Reload the Editor

Save your changes and restart or reload your IDE. The MCP extension should now connect to the Vonage server automatically.

Helpful Links