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

# Claude

> Connect Nimt from Claude on the web or desktop without a terminal.

Add Nimt as a remote connector in Claude and ask about your projects in a normal
conversation. You do not need Claude Code, Node.js, or a local MCP proxy.

<Warning>
  Nimt MCP is in pre-release. Follow this guide only after Nimt has confirmed
  access for you. Add the custom URL below; this guide does not assume a public
  Nimt listing in Claude's connector directory.
</Warning>

## Before you start

Use the current Claude web or desktop app and a Nimt account with access to the
workspace you want to connect. Anthropic documents custom remote connectors for
Free, Pro, and Max accounts. Team and Enterprise owners add the connector for
members, who then authorize their own Nimt accounts.

If your desktop app does not show the controls, use Claude on the web and update
the app. Account policies and UI rollouts can affect the steps. Check
[Claude's remote connector guide](https://claude.com/docs/connectors/custom/remote-mcp)
for current availability.

## Add the connector

<Steps>
  <Step title="Open Connectors">
    In Claude, open **Customize → Connectors**. Some versions put Connectors
    inside **Settings**.

    For Team or Enterprise, an owner first opens **Organization settings →
    Connectors** and adds the custom connector. Members can then find it in
    their own Connectors list.
  </Step>

  <Step title="Add Nimt's server URL">
    Choose **Add → Add custom connector**, or **Add → Custom**. If asked for a
    connector type, choose **Web**.

    | Setting               | Value                     |
    | --------------------- | ------------------------- |
    | Name                  | `Nimt`                    |
    | Remote MCP server URL | `https://api.nimt.ai/mcp` |

    <Frame caption="Claude's custom connector form. Labels may vary by app version.">
      <img width="536" style={{ width: "100%", maxWidth: "536px", height: "auto" }} src="https://mintcdn.com/nimt-ai/j4QkGW76JOgcI2kE/images/clients/claude-add-connector.jpg?fit=max&auto=format&n=j4QkGW76JOgcI2kE&q=85&s=87cf5005941a55aa4cf887ceb4e8b7c2" alt="Claude's Add custom connector dialog filled with the name Nimt and https://api.nimt.ai/mcp." data-path="images/clients/claude-add-connector.jpg" />
    </Frame>

    If Claude detects authentication settings, keep OAuth enabled. In the
    two-step dialog, choose **Always required** and **Use Anthropic's hosted
    client metadata** when detected. Nimt also supports automatic
    client registration. Leave manual client ID/secret fields empty.

    Use Streamable HTTP if asked for a transport. Do not append `/sse` or put a
    personal access token in the URL.

    <Accordion title="See Claude's detected OAuth settings">
      <Frame>
        <img width="536" style={{ width: "100%", maxWidth: "536px", height: "auto" }} src="https://mintcdn.com/nimt-ai/j4QkGW76JOgcI2kE/images/clients/claude-oauth-settings.jpg?fit=max&auto=format&n=j4QkGW76JOgcI2kE&q=85&s=4a85e5eb23beb6d783325d13f488a7a6" alt="Claude detects Always required authentication and recommends Anthropic's hosted client metadata for Nimt." data-path="images/clients/claude-oauth-settings.jpg" />
      </Frame>
    </Accordion>
  </Step>

  <Step title="Connect your Nimt account">
    Save the connector, then choose **Connect** if prompted. Sign in to Nimt,
    select the workspace Claude should access, and review the requested
    permissions before choosing **Allow access**. Return to Claude.
  </Step>

  <Step title="Enable Nimt in chat">
    Start a new conversation. Open the **+** menu, choose **Connectors**, and
    enable **Nimt**. If you blocked either Nimt tool in connector settings,
    review that permission before trying it.
  </Step>
</Steps>

## Ask your first question

> Use Nimt to list the projects in my connected workspace.

Choose a returned project, then ask:

> Give me a Nimt briefing for this project: its brand, tracked models, active
> prompt count, tags, and available data range.

Inspect Claude's tool activity to confirm it used Nimt. It should discover the
project before requesting its metadata. Continue with
[example questions](/mcp/examples).

## Change or remove access

To stop using Nimt in one conversation, turn it off in that conversation's
Connectors menu. To revoke its credentials, disconnect the Claude approval in
[Nimt's Connected apps](https://app.nimt.ai/connected-apps).

To use a different workspace, disconnect the relevant approval and authorize
again, selecting the intended workspace. Previously shared conversation content
remains subject to Claude's data handling settings. See
[authentication and access](/mcp/authentication/overview).

## If something goes wrong

* **Cannot add a connector:** check your Claude account or ask the owner of your
  Team/Enterprise organization to add it.
* **Repeated sign-in:** restart the connection from Claude, verify the Nimt
  account, and complete workspace approval. Do not reuse an old consent URL.
* **Connected but no tools:** enable Nimt in the conversation, check its tool
  permissions, and refresh or reconnect after a catalog update.
* **Empty project list:** check the approved workspace and any search filter.

Use [troubleshooting](/mcp/troubleshooting) for rate limits, missing permissions,
and support details. For the command-line product, see
[Claude Code](/mcp/clients/other-clients#claude-code).
