Skip to main content
NeetoRecord hosts the MCP server, so there is nothing to install or run locally.

Server details

How you connect decides what the assistant can see, so pick the credential before the client. See Authentication for what the two mean in practice. Claude and ChatGPT only ever act as you. The editor and terminal clients support both, and the difference is one line of config: leave the credential out and the client signs you in over OAuth, supply one and the client reaches the whole workspace.

OAuth, scoped to you

Nothing to create in NeetoRecord beforehand. You give the client the server URL, and approve the connection in the browser.
NeetoRecord is listed in Anthropic’s connector directory, so there is no server URL to paste. One connector list backs claude.ai, the Claude desktop app, Claude mobile, and Cowork, so what you add in one shows up in the others.
  1. Open the NeetoRecord listing:
    The NeetoRecord entry in Claude's connector directory, with a one line description and a Connect to Claude button

    The NeetoRecord listing in Anthropic's connector directory.

  2. Click Connect to Claude and complete the sign in described below.
You can also reach the same listing from inside Claude. Open Settings > Connectors, click Add, and choose Browse connectors.
Menu under the Add button in Claude's Connectors settings, with two items, Browse connectors and Add custom connector

Browse connectors opens the same directory the link above points at.

Search for NeetoRecord and open the result.
NeetoRecord's card in Claude's connector directory search results, showing the logo, the name, and the start of the description

The NeetoRecord card in the directory search results.

On a Team plan, members who may not enable connectors see Request in place of Connect to Claude. Clicking it sends the connector to your organization’s admins and the button reads Requested until they act. An admin enables it once under Organization settings > Connectors, after which everyone else connects from their own Connectors list.To disconnect later, open Settings > Connectors and remove NeetoRecord.Anthropic documents the current steps in Use connectors to extend Claude’s capabilities.
The directory entry is the supported route, and you do not need this one. It stays here for organizations that block the directory or that point Claude at a different NeetoRecord endpoint.
  1. Open Settings > Connectors, click Add, then choose Add custom connector.
    Menu under the Add button in Claude's Connectors settings, with two items, Browse connectors and Add custom connector

    Add custom connector is the second item under the Add button.

  2. Name it NeetoRecord and paste the server URL:
    Leave Advanced settings alone. The OAuth client ID and secret there are for servers that cannot register clients on their own, and NeetoRecord does that automatically.
    Claude's Add custom connector dialog with the name NeetoRecord and the server URL https://connect.neetorecord.com/mcp/messages filled in, and empty optional OAuth client fields under Advanced settings

    The Add custom connector dialog, ready to submit.

  3. Click Add, then Connect to start the sign in.
A connector added this way is listed under Custom rather than as NeetoRecord, and Claude never suggests it in a chat. Both routes run the same server and the same sign in.

What the sign in looks like

Whichever client you started from, NeetoRecord runs the same steps.
1

Connect your workspace

Enter the subdomain of the workspace you want the assistant to reach. For acme.neetorecord.com, enter acme. See Workspace subdomain.
NeetoRecord dialog headed 'Connect your workspace' with a field for the workspace subdomain, a .neetorecord.com suffix, and a Continue button

The first screen of the NeetoRecord OAuth flow.

2

Sign in

Sign in to that workspace if you are not signed in already.
3

Choose what the connection can do

Authorize access names the workspace, the email you signed in as, and the host the client sends you back to. Under What this connection can do, Read and Stay connected are always granted; tick Create and update and Delete only if the assistant needs them.Workspaces to connect lists every workspace your email belongs to, with the one you just signed in to ticked and not untickable. This section only appears when your email belongs to more than one workspace.
NeetoRecord 'Authorize access' screen showing the workspace and signed-in email, a 'What this connection can do' list with Read and Stay connected always granted and Create and update and Delete as tickable boxes, a 'Workspaces to connect' list with three workspaces, and Cancel and Authorize buttons

Choosing the permissions and the workspaces the connection can reach.

4

Authorize

Click Authorize. The assistant is granted access as you, with the scopes you ticked, to each workspace you ticked.
There is no API key to create for this route, and nothing to paste back into the assistant. Once connected, name the workspace in a prompt when you want a specific one. To add a workspace, or to grant a permission you left unticked, run the sign in again and tick it.

API key, scoped to the workspace

The same clients, configured with a key instead. Every tool call then reaches the whole workspace rather than only what you can see, which is what you want for automation and not what you want on a shared machine.
Add the server to ~/.claude.json under mcpServers:
Save the file, then restart Claude Code.
Replace YOUR_API_KEY with a key from your workspace. See Authentication.

Confirm the connection

Ask the assistant something only the server can answer, for example “List my five most recent NeetoRecord recordings.” If it answers with real recordings, the connection works. Find more prompts in Examples, and if nothing comes back, see Troubleshooting.