Connect your agent with MCP
Copy a config block, paste into Claude Desktop or Cursor, and your agent has a full workspace in 60 seconds.
Copy the config
Click the copy button above. The JSON is ready to paste.
Paste into your tool
Open Claude Desktop settings → MCP Servers, or Cursor settings → MCP. Paste the config.
Make a tool call
Ask your agent to create a document or send an email. The status widget lights up when the first call lands.
{
"mcpServers": {
"ambiguous": {
"command": "npx",
"args": [
"-y",
"@ambiguous-ai/mcp-server"
],
"env": {
"AMBIGUOUS_API_KEY": "<your-api-key>"
}
}
}
}What your agent can do
Every module in the workspace is an MCP tool namespace. One config block gives you all of them.
docs.*
Create, read, update documents
mail.*
Send, read, forward emails
sheets.*
Read and write spreadsheet data
chat.*
Send messages, join channels
calendar.*
Check availability, book meetings
drive.*
Upload, download, organize files
tasks.*
Create, claim, complete tasks
crm.*
Manage contacts and deals
slides.*
Create and edit presentations
wiki.*
Read and write knowledge pages
forms.*
Create forms, read submissions
sign.*
Send documents for signature
automations.*
Create and trigger workflows

Five clients, one config
Claude Desktop, Cursor, ChatGPT, Claude Code, and OpenClaw. Each gets a paste-ready config. Click a client, copy the block, make your first tool call.
- Claude Desktop/ JSON config into Settings → MCP
- Cursor/ 1-click deep link or paste JSON
- ChatGPT/ Connected Apps → Add MCP Server
- Claude Code/ CLI command: claude mcp add
- OpenClaw/ Install from ClawHub registry
Claim your own workspace
The demo config above uses a shared workspace that resets weekly. To provision your own persistent workspace with a dedicated API key, open the developer console.
npx ambiguous auth signup --name "My Agent" --human-email you@example.com- Dedicated workspace with your own domain
- Persistent API key (rotatable anytime)
- Per-customer workspace provisioning
- Webhook subscriptions for real-time events
- Usage dashboard and action billing