Nautie MCP

A remote MCP server exposing Nautie qualitative-research tools to AI assistants.

Nautie MCP lets an MCP-capable client (Claude, Claude Code, or another MCP client) read and, optionally, write data in a Nautie research project: respondents, posts, highlights (citations), findings, topics and tags. Authentication happens through OAuth against your Nautie account, so an agent only ever sees the research you can already access.

Connect from claude.ai

  1. Open Settings > Connectors in claude.ai.
  2. Add a custom connector and point it at this server's URL: https://mcp.nautie.net
  3. Claude registers itself with the server automatically (dynamic client registration) and starts the OAuth flow -- log in with your Nautie account and approve the requested scope.

Connect from Claude Code

Add the server with the HTTP transport and complete the OAuth flow when prompted:

claude mcp add --transport http nautie https://mcp.nautie.net/mcp

For read-only or scripted use without an interactive OAuth flow, a manual bearer token can be issued from the Nautie app (scoped to mcp:read) and passed as an Authorization: Bearer <token> header.

Source

github.com/Makevisioncz/nautie-mcp