ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use GoTo Meeting with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Host reliable video conferences with screen sharing, recording, and transcription for productive remote team meetings.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete GoTo Meeting capability set.

These are the exact actions your AI can choose when you ask it to work with GoTo Meeting.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through GoTo Meeting.

  1. 01

    List account organizers

    List account organizers

  2. 02

    Delete meeting

    Delete a meeting

  3. 03

    Get meeting details

    Get details for a specific meeting

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through GoTo Meeting.

  1. 04

    List meeting history

    List historical meetings

  2. 05

    Create meeting

    Schedule a new meeting

  3. 06

    List meetings

    List upcoming GoTo Meeting sessions

Observed, not estimated

868ms average. Fast in production.

GoTo Meeting is checked daily against the live service.

Daily averagePeak 990ms
Aug 20Today
Fastest day
742ms
Slowest day
990ms
14-day trend
Stable+1%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of GoTo Meeting, so you can see the experience inside your AI.

It does not authenticate your account with GoTo Meeting. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

GoTo Meeting Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_6WAZ5qpxJFhEaex9ih9asrnVelUGpOmvoTRUFtgr/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — GoTo Meeting capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "goto-meeting-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_6WAZ5qpxJFhEaex9ih9asrnVelUGpOmvoTRUFtgr/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions GoTo Meeting owners ask.

  • 01

    Can I schedule a meeting directly through the AI agent?

    Yes! The create_meeting action accepts a subject, start time (ISO 8601), end time (ISO 8601), and an optional meeting type ('immediate', 'scheduled', or 'recurring'). It returns the meeting ID, connection URL, and dial-in details. Use list_meetings to verify the meeting appears in your upcoming schedule.

  • 02

    Can I view the history of past meetings including attendance?

    Yes. The list_meeting_history capability retrieves all past meetings with start times, durations, and attendance records. Use get_meeting_details with a specific Meeting ID for the complete configuration and connection details of any meeting.

  • 03

    How does GoTo Meeting authentication work?

    GoTo Meeting uses OAuth 2.0 with an Access Token sent as a Bearer token. You can generate a Personal Access Token from the GoTo Developer Portal or configure a full OAuth client for production use. The token authenticates against the api.getgo.com/G2M/v3 endpoint.