> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Access — Setup

> Enable VoicePing MCP Access and connect any MCP-compatible AI client — ChatGPT, Claude, Claude Code, Codex CLI, or Gemini CLI. Step-by-step screenshots for ChatGPT and Claude.

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/external-access-mcp-hero.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=2bc0cce69e36ef5fc3cf58f605072f69" alt="VoicePing MCP Access — connect your AI clients to meeting transcripts" width="1408" height="768" data-path="en/images/external_access/external-access-mcp-hero.png" />
</Frame>

## Connect Your AI Client to VoicePing Transcripts

MCP Access turns your VoicePing workspace into a data source any MCP-compatible AI client can read from. Connect once, approve the scopes, and any question you'd normally answer by opening transcripts manually, you can ask in chat.

This page covers only the **setup**. Once you're connected, see the workflow pages for copy-paste prompt flows:

<CardGroup cols={2}>
  <Card title="Build a client-ready agenda" icon="list-check" href="/en/external-access/workflow-meeting-agenda">
    Turn the last 3–4 meetings with a customer into a time-boxed agenda.
  </Card>

  <Card title="Draft a proposal from one meeting" icon="file-signature" href="/en/external-access/workflow-proposal">
    Extract goals, pain points, timeline — produce an executive-ready proposal draft.
  </Card>

  <Card title="Send a follow-up email in 30 seconds" icon="paper-plane" href="/en/external-access/workflow-follow-up-email">
    Recap decisions, assign owners, push a professional follow-up.
  </Card>

  <Card title="Track team KPIs across members" icon="chart-line" href="/en/external-access/workflow-team-kpis">
    Pull every meeting run by a set of teammates and produce a KPI report.
  </Card>

  <Card title="Find bottlenecks across deals" icon="magnifying-glass-chart" href="/en/external-access/workflow-bottlenecks">
    Surface recurring blockers and produce a prioritized action plan.
  </Card>
</CardGroup>

***

## How to enable MCP Access

You need to turn MCP Access on once in your VoicePing workspace, then connect it to the AI client of your choice.

<Steps>
  <Step title="Turn on MCP Access in VoicePing">
    Open **workspace settings → External Access**, and enable **MCP Access**. You'll see the active connections area where every client that connects will appear.

    <Frame>
      <img src="https://mintcdn.com/test-cf63e467/1_BQkW2BilGmh1Db/en/images/external_access/external_access_MCP_access_enabled_screen.png?fit=max&auto=format&n=1_BQkW2BilGmh1Db&q=85&s=f918d1760bd9848dbd75e8429a7627a9" alt="VoicePing MCP Access enabled with active MCP connections and transcript scopes" width="3420" height="2102" data-path="en/images/external_access/external_access_MCP_access_enabled_screen.png" />
    </Frame>
  </Step>

  <Step title="Connect your AI client">
    Open your MCP-compatible AI client (Claude, ChatGPT, Codex, Claude Code, Gemini CLI, or another MCP tool) and add the VoicePing MCP server.

    The VoicePing MCP server URL is:

    ```text theme={null}
    https://api.voiceping.io/mcp
    ```

    Expand the guide for your tool — ChatGPT and Claude are covered below with step-by-step screenshots. For other clients, use the official docs table that follows.

    <AccordionGroup>
      <Accordion title="ChatGPT — add VoicePing as a custom MCP app">
        Prerequisite: ChatGPT Pro or Plus with **Developer Mode** enabled (Settings → Connectors → Advanced → Developer Mode).

        <Steps>
          <Step title="Open Settings from the account menu">
            In ChatGPT (Developer Mode), click your account avatar in the bottom-left and choose **Settings**.

            <div style={{maxWidth: "600px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/chatgpt-mcp-conn-1.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=240e75a4d0fbf8a6d3ec020eccae9114" alt="ChatGPT sidebar with account menu open and Settings highlighted" width="2168" height="1782" data-path="en/images/external_access/chatgpt-mcp-conn-1.png" />
              </Frame>
            </div>
          </Step>

          <Step title="Go to Apps → Create app">
            In Settings, open the **Apps** tab, then under **Advanced settings** click **Create app**.

            <div style={{maxWidth: "600px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/chatgpt-mcp-conn-2.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=7fa7d130b02f421982dcd9196f4e73f1" alt="ChatGPT Settings Apps tab with Advanced settings and Create app button" width="2160" height="1784" data-path="en/images/external_access/chatgpt-mcp-conn-2.png" />
              </Frame>
            </div>
          </Step>

          <Step title="Fill in the New App form and click Create">
            * **Name:** `Voiceping`
            * **MCP Server URL:** `https://api.voiceping.io/mcp`
            * **Authentication:** `OAuth`
            * Tick the **"I understand and want to continue"** checkbox
            * Click **Create**

            ChatGPT will open the VoicePing OAuth flow automatically — approve the transcript scopes to finish the connection.

            <div style={{maxWidth: "550px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/chatgpt-mcp-conn-3.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=4fbb1e1cada305879d93ba734f832510" alt="ChatGPT New App modal with Voiceping name, MCP Server URL, OAuth authentication, and confirmation checkbox" width="2160" height="1780" data-path="en/images/external_access/chatgpt-mcp-conn-3.png" />
              </Frame>
            </div>
          </Step>
        </Steps>
      </Accordion>

      <Accordion title="Claude — add VoicePing as a custom connector">
        Works in Claude Desktop and Claude on the web.

        <Steps>
          <Step title="Open Settings from the account menu">
            Click your account avatar in the bottom-left and choose **Settings**.

            <div style={{maxWidth: "600px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/claude-mcp-conn-1.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=1b8ab7f3dc7ea73933f40733b7f5ea79" alt="Claude home screen with account menu open and Settings highlighted" width="2154" height="1784" data-path="en/images/external_access/claude-mcp-conn-1.png" />
              </Frame>
            </div>
          </Step>

          <Step title="Open Connectors → Add custom connector">
            In Settings, open the **Connectors** tab. Scroll to the bottom and click **Add custom connector**.

            <div style={{maxWidth: "550px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/claude-mcp-conn-2.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=85545ccdb0d5429682a5542dece01f95" alt="Claude Settings Connectors tab showing existing connectors and Add custom connector button" width="2150" height="1788" data-path="en/images/external_access/claude-mcp-conn-2.png" />
              </Frame>
            </div>
          </Step>

          <Step title="Fill in the connector details and click Add">
            * **Name:** `Voiceping`
            * **URL:** `https://api.voiceping.io/mcp`

            Click **Add**. Claude registers the connector but does not connect yet.

            <div style={{maxWidth: "550px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/claude-mcp-conn-3.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=3ebe4cfef18558dcf0a0c26aa71ceec0" alt="Claude Add custom connector modal with Voiceping name and https://api.voiceping.io/mcp URL" width="2164" height="1788" data-path="en/images/external_access/claude-mcp-conn-3.png" />
              </Frame>
            </div>
          </Step>

          <Step title="Click Connect next to Voiceping">
            Unlike ChatGPT, Claude needs one extra click: find the new **Voiceping** entry in the connectors list and click **Connect** to start the OAuth flow. Approve the transcript scopes in your VoicePing workspace to finish.

            <div style={{maxWidth: "550px", margin: "0 auto"}}>
              <Frame>
                <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/claude-mcp-conn-4.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=7531f942ce914bc1d34e79e498ac2436" alt="Claude connectors list with the newly added Voiceping connector and a Connect button" width="2170" height="1792" data-path="en/images/external_access/claude-mcp-conn-4.png" />
              </Frame>
            </div>
          </Step>
        </Steps>
      </Accordion>
    </AccordionGroup>

    For every other supported client, use its official guide:

    | Client                     | Official MCP setup docs                                                                                                                                                                                                                                          |
    | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Claude (Desktop / Web)** | [Getting started with MCP servers on Claude](https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop) · [Remote MCP servers](https://platform.claude.com/docs/en/agents-and-tools/remote-mcp-servers)           |
    | **ChatGPT**                | [Developer Mode and full MCP connectors in ChatGPT](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta) · [Connect from ChatGPT — Apps SDK](https://developers.openai.com/apps-sdk/deploy/connect-chatgpt) |
    | **Claude Code**            | [Connect Claude Code to tools via MCP](https://code.claude.com/docs/en/mcp)                                                                                                                                                                                      |
    | **Codex CLI**              | [Model Context Protocol — Codex](https://developers.openai.com/codex/mcp)                                                                                                                                                                                        |
    | **Gemini CLI**             | [MCP servers with Gemini CLI](https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md)                                                                                                                                                    |
    | **Other clients**          | [modelcontextprotocol.io — Connect to servers](https://modelcontextprotocol.io/docs/develop/connect-local-servers)                                                                                                                                               |
  </Step>

  <Step title="Approve transcript scopes">
    Sign in, select your VoicePing workspace, and approve the transcript scopes the client is requesting. Only the scopes you approve are granted.

    <Frame>
      <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/external_access_MCP_consent_approval_screen.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=9eb5c70ba63c008291112edc7c0027fb" alt="VoicePing MCP consent screen showing requested transcript scopes and workspace selection" width="1059" height="1008" data-path="en/images/external_access/external_access_MCP_consent_approval_screen.png" />
    </Frame>
  </Step>

  <Step title="Ask your first question">
    You're connected. Open any of the five workflow pages linked above and copy-paste the first prompt.
  </Step>
</Steps>

***

## Next steps

<CardGroup cols={2}>
  <Card title="External Access overview" icon="arrow-left" href="/en/external-access">
    Back to scopes, lifecycle controls, and event logs that apply to both MCP and API.
  </Card>

  <Card title="Use the API from your code" icon="code" href="/en/external-access/api-access">
    If a server (not a person) is fetching transcripts, use API Access with a bearer token instead.
  </Card>
</CardGroup>

<FeedbackEn />
