Prerequisites
- A Moxn account (get one at moxn.dev)
- An AI assistant that supports MCP:
- Web apps: Claude.ai, ChatGPT, Gemini
- Cloud environments: Claude Cowork
- CLI tools: Claude Code, Gemini CLI
- Desktop apps: Cursor, Claude Desktop, ChatGPT Desktop
No coding required. This setup involves copying a configuration snippet — that’s it.
Step 1: Get Your Configuration
- Sign in to moxn.dev
- Go to Knowledge Base
- Click MCP Setup to expand the configuration panel
- Copy the configuration snippet for your connection type (stdio or http)

npx:
Step 2: Add to Your AI Assistant
Choose your assistant below:- Claude (web)
- ChatGPT (web)
- Gemini (web)
- Claude Cowork
- Claude Code
- Cursor
- Claude Desktop
- ChatGPT Desktop
- Gemini CLI
- Other Hosts
Claude.ai supports MCP servers through its Integrations settings.
- Go to claude.ai
- Click your profile icon → Settings → Integrations
- Click Add Integration and select MCP
- Enter the remote URL:
- Save the integration
your-workspace-slug with your actual workspace slug (visible in your Moxn dashboard URL).Once connected, you can use Moxn tools in any Claude.ai conversation.Understanding Connection Types
Not sure which setup to use? Here’s the difference:
Local is better when available. It supports all features including file uploads, and keeps data flowing through your machine.
Remote is required for web and cloud environments. Web apps and cloud VMs can’t execute local commands. The
upload_url tool doesn’t work reliably in remote mode.
Using Multiple AI Assistants
If you use several AI tools (e.g., Claude Code on your laptop and Claude.ai in the browser), you can configure both connections. Use different server names so each tool knows which to use:Step 3: Authenticate
The first time you use Moxn Documents with your AI:- Ask your AI something like “List my Moxn documents”
- A browser window will open for authentication
- Sign in with your Moxn account
- Return to your AI assistant
Try It Out
Once connected, try these prompts with your AI: Discover what’s available:“What documents do I have in Moxn?”
“Search for anything about authentication”Read documents:
“Read the API documentation from Moxn”Create content (on a branch):
“Create a new document called ‘Meeting Notes’ with today’s discussion points”
“Update the onboarding guide to include the new security requirements”Your AI will create a branch for any changes. You can review and merge in the Moxn web app.
Bringing in many existing docs? MCP writes are best for a handful of docs at a time. For bulk imports from Notion, local markdown, or CSVs, use Import & Export instead — there’s an in-app Notion integration and a CLI for everything else.
Multiple filesystems: If your workspace has more than one filesystem, add
--filesystems=your-slug to the MCP args (or set MOXN_FILESYSTEMS=slug1,slug2) to restrict the agent to specific filesystems. Most workspaces only have one — you can skip this.Troubleshooting
Claude Desktop doesn't show the hammer icon
Claude Desktop doesn't show the hammer icon
- Make sure you saved the config file and restarted Claude Desktop completely (not just closed the window)
- Check that the JSON is valid (no trailing commas, matching braces)
- On Mac, you can find the config file at
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows, it’s at
%APPDATA%\Claude\claude_desktop_config.json
Authentication window doesn't open
Authentication window doesn't open
- Make sure your default browser isn’t blocking popups from Moxn
- Try running the MCP server manually to see errors:
npx @moxn/mcp-kb --workspace=your-workspace-slug
'npx' is not recognized
'npx' is not recognized
You need Node.js installed. Download it from nodejs.org (choose the LTS version).After installing, restart your terminal/computer and try again.