Skip to main content
← Back to Documentation

Connect to Chat Apps via MCP

Manage your SEO content calendar directly from the ChatGPT web interface or Claude Desktop application.

Works with ChatGPT ChatGPT Claude Web Claude Web Claude Desktop Claude Desktop

Note: If you are a developer looking to connect Nuanta to Cursor, Windsurf, or Bolt, please see our IDE Connection Guide instead.

1. Get your MCP Key

To protect your data, the Nuanta MCP server requires authentication using a personal MCP key.

  1. Go to your Nuanta Profile page.
  2. Scroll down to the Developer Settings section.
  3. Click Generate MCP Key.
  4. Copy the generated key immediately (it starts with nua_). You won't be able to view it again.

2. Chat App Setup

Unlike developer tools, consumer chat apps don't use local configuration files. You connect remote MCP servers directly through their web interfaces or desktop apps.

ChatGPT (Web & Desktop)

Requirement: ChatGPT requires a paid plan (Plus, Pro, Team, or Enterprise) to access Developer Mode.

ChatGPT allows you to connect remote MCP servers directly from the web interface. Once connected on the web, the integration will automatically sync to your ChatGPT Desktop app.

  1. Log in to ChatGPT on the web.
  2. Click on your profile picture and navigate to Settings -> Apps.
  3. Scroll to Advanced Settings and toggle on Developer mode.
  4. Click Create app (or Add Connector).
  5. Enter a name (e.g., "Nuanta SEO").
  6. For the URL, enter: https://app.nuanta.io/api/mcp
  7. When prompted for authentication, provide your MCP Key as a Bearer token: Bearer nua_your_mcp_key_here

Claude Web

Requirement: Claude Web requires a Team or Enterprise plan to configure remote MCP connectors.

If you have a Claude Team or Enterprise account, you can connect Nuanta's remote MCP server directly to the Claude.ai web interface.

  1. Log in to Claude.ai.
  2. Navigate to Organization settings -> Connectors.
  3. Click Add and select Custom > Web.
  4. For the URL, enter: https://app.nuanta.io/api/mcp
  5. Under Advanced settings, add your authentication header: Authorization: Bearer nua_your_mcp_key_here

Claude Desktop

If you prefer using the Claude Desktop application (macOS or Windows), you can connect Nuanta by editing your local configuration file.

  1. Open Claude Desktop, click Claude in the menu bar, and select Settings.
  2. Go to the Developer tab and click Edit Config.
  3. Add the following block to your claude_desktop_config.json file:
{
  "mcpServers": {
    "nuanta": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/inspector", "https://app.nuanta.io/api/mcp"],
      "env": {
        "AUTHORIZATION": "Bearer nua_your_mcp_key_here"
      }
    }
  }
}

Note: Because Claude Desktop currently only supports local stdio connections, you must use an adapter command (like the MCP Inspector proxy) to connect to remote SSE servers like Nuanta. Restart Claude Desktop for changes to take effect.

3. Useful Scenarios

Once connected, open a new chat and try prompting these scenarios to let the AI agent manage your SEO:

1. The "Quick Win" Optimizer (Striking Distance)

"Fetch the SEO metrics for my site. Identify my 'striking distance' keywords (ranking 11-20). Cross-reference these with my active articles. If I'm not already targeting them, automatically create new article briefs for the top 3 highest-volume keywords."

2. The Topical Authority Builder

"Get the suggested topic clusters for my site. Find the cluster that best aligns with my core product offering. Generate article briefs for every topic in that cluster, and immediately trigger outline generation to build topical authority."

3. The Brand Voice Enforcer

"Fetch my site's brand profile to understand my target audience and tone. Then, find all active articles currently in the 'OUTLINE' state. Review their outlines against my brand profile and add specific instructions to ensure the final drafts convert."

4. The Pipeline Manager

"Act as my managing editor. Check the status of all active articles. For any in the 'BRIEF' state, trigger outline generation. For any in 'REVIEW', read the text to ensure natural keyword density, and if it looks good, publish it."