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

# Nexudus MCP Server

> Connect AI assistants like Claude and ChatGPT directly to your Nexudus account using the official Nexudus MCP server.

# Nexudus MCP Server

The **Nexudus MCP Server** is a hosted service that lets AI assistants — like Claude and ChatGPT — read and update data in your Nexudus account through natural language. There is nothing to install on your computer. You connect your AI assistant to `https://mcp.nexudus.com`, log in with your Nexudus account, and start asking questions or making changes.

<Note>
  MCP stands for **Model Context Protocol** — an open standard that lets AI assistants connect to external services. The Nexudus MCP server is the
  official Nexudus implementation of this standard.
</Note>

<Note>
  The Nexudus MCP server is under active development. Its entity coverage tracks the
  [`nexudus-coworking-cli`](https://github.com/Nexudus-Ltd/nexudus-coworking-cli) repository, which is the single source of truth for entity definitions
  across the CLI, Agent Skills, and the MCP server — new entity types, commands, and improvements are picked up automatically as they ship.
  Check the [MCP server repository](https://github.com/Nexudus-Ltd/nexudus-coworking-mcp-stateful) for the latest server updates.
</Note>

## What can you do with it?

<CardGroup cols={2}>
  <Card title="Ask questions in plain English" icon="comments">
    "How many visitors are expected at my London location today?" — your AI assistant answers using live data from Nexudus.
  </Card>

  <Card title="Create and update records" icon="pen-to-square">
    Add bookings, update products, archive resources, send invoices — all by describing what you want.
  </Card>

  <Card title="Works from any supported client" icon="plug">
    Claude.ai, ChatGPT, Claude Desktop, Claude Code, and VS Code with GitHub Copilot all support MCP.
  </Card>

  <Card title="Secure, account-scoped access" icon="lock">
    Each session is tied to your own Nexudus login. The server only sees the data your account can see.
  </Card>

  <Card title="PII redaction on by default" icon="user-shield">
    Member names, emails, phones, and addresses are replaced with safe tokens before any response leaves the server unless you opt in.
  </Card>
</CardGroup>

## How it compares to the Nexudus CLI

The [Nexudus CLI](/cli/overview) and the Nexudus MCP server share the same source of truth for entity definitions, so they cover the same operations. The difference is how you reach them.

| You want to…                                                                 | Use…                        |
| ---------------------------------------------------------------------------- | --------------------------- |
| Talk to your Nexudus account from claude.ai, ChatGPT, or another chat client | The MCP server (this guide) |
| Run commands from the terminal or in scripts                                 | The CLI                     |
| Embed Nexudus operations in an AI assistant that runs locally with the CLI   | The CLI with Agent Skills   |

The MCP server does not need the CLI installed. It connects directly to the Nexudus REST API on your behalf.

## Who is this for?

| Audience            | Use case                                                                                            |
| ------------------- | --------------------------------------------------------------------------------------------------- |
| Coworking operators | Pull live reports, check visitors, update products, and create bookings from a chat interface.      |
| Location managers   | Ask "what's happening at my location today?" without learning the admin panel.                      |
| Workflow automators | Drive multi-step tasks ("for every member with X status, send an invoice") through an AI assistant. |

## Supported clients

The Nexudus MCP server has been tested with these MCP clients:

| Client                          | Connect from                                               |
| ------------------------------- | ---------------------------------------------------------- |
| **Claude.ai** (web)             | [Connect from Claude.ai](/mcp/clients/claude-ai)           |
| **ChatGPT**                     | [Connect from ChatGPT](/mcp/clients/chatgpt)               |
| **Claude Desktop**              | [Connect from Claude Desktop](/mcp/clients/claude-desktop) |
| **Claude Code** (CLI)           | [Connect from Claude Code](/mcp/clients/claude-code)       |
| **VS Code with GitHub Copilot** | [Connect from VS Code](/mcp/clients/vs-code)               |

Other MCP clients can connect too — they just need to support the OAuth 2.0 authorisation code flow and the Streamable HTTP transport. See [Connecting to the server](/mcp/connecting) for details.

## Privacy and telemetry

* **PII redaction is on by default.** Customer names, emails, phones, addresses, and other personal data are replaced with safe tokens before any response leaves the server. You can opt in to seeing real PII via a checkbox on the sign-in page — see [PII redaction](/mcp/pii-redaction).
* **No customer data, account contents, or arguments to tool calls** are ever included in usage telemetry. The MCP server only records the shape of calls (which operation, success or failure, latency). See [Telemetry](/mcp/telemetry) for the full list.
* **You are responsible for AI behaviour.** When you sign in, you tick a disclaimer acknowledging that AI assistants are non-deterministic and that you review their actions. See [Good practice](/mcp/good-practice) for how to work safely.

## Next steps

<CardGroup cols={2}>
  <Card title="Connect to the server" icon="plug" href="/mcp/connecting">
    Prerequisites and the server URL.
  </Card>

  <Card title="Connect from Claude.ai" icon="message" href="/mcp/clients/claude-ai">
    Step-by-step setup for Claude.ai.
  </Card>

  <Card title="Connect from ChatGPT" icon="message-bot" href="/mcp/clients/chatgpt">
    Step-by-step setup for ChatGPT.
  </Card>

  <Card title="Available tools" icon="wrench" href="/mcp/tools">
    What your AI assistant can do once connected.
  </Card>

  <Card title="PII redaction" icon="user-shield" href="/mcp/pii-redaction">
    What gets redacted by default and when to opt in.
  </Card>

  <Card title="Good practice" icon="check" href="/mcp/good-practice">
    Do's and don'ts for safe AI use.
  </Card>
</CardGroup>
