Skip to main content

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

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.
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.
The Nexudus MCP server is under active development. Its entity coverage tracks the 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 for the latest server updates.

What can you do with it?

Ask questions in plain English

“How many visitors are expected at my London location today?” — your AI assistant answers using live data from Nexudus.

Create and update records

Add bookings, update products, archive resources, send invoices — all by describing what you want.

Works from any supported client

Claude.ai, ChatGPT, Claude Desktop, Claude Code, and VS Code with GitHub Copilot all support MCP.

Secure, account-scoped access

Each session is tied to your own Nexudus login. The server only sees the data your account can see.

How it compares to the Nexudus CLI

The Nexudus CLI 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 clientThe MCP server (this guide)
Run commands from the terminal or in scriptsThe CLI
Embed Nexudus operations in an AI assistant that runs locally with the CLIThe 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?

AudienceUse case
Coworking operatorsPull live reports, check visitors, update products, and create bookings from a chat interface.
Location managersAsk “what’s happening at my location today?” without learning the admin panel.
Workflow automatorsDrive 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:
ClientConnect from
Claude.ai (web)Connect from Claude.ai
ChatGPTConnect from ChatGPT
Claude DesktopConnect from Claude Desktop
Claude Code (CLI)Connect from Claude Code
VS Code with GitHub CopilotConnect from 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 for details.

Privacy and telemetry

The MCP server collects anonymous usage data — which operations are called, success rates, response times — to help us improve the service. No customer data, account contents, or arguments to tool calls are ever sent. See Telemetry for the full list.

Next steps

Connect to the server

Prerequisites and the server URL.

Connect from Claude.ai

Step-by-step setup for Claude.ai.

Connect from ChatGPT

Step-by-step setup for ChatGPT.

Available tools

What your AI assistant can do once connected.