Zo

by Unknown

Not rated
Website

About

Zo is your personal vibe server in the cloud with 50+ tools and integrations. Add texting, email, calendar, research and more to your harness easily.

Details

Author
Unknown
Categories
Other, Productivity, Automation, Communication

- File operations— Read, write, and edit files on your Zo server using theread-filetool.
- Run shell commands— Execute bash commands on your Zo server viarun-bash-command.
- Web browsing— Search the web, read pages, and take screenshots withread-webpage.
- Image generation— Generate and edit images usinggenerate-image.
- Connected apps— Access your Gmail, Calendar, Notion, and other integrations directly from your AI.

Power up any MCP-compatible AI with Zo's tools and context

Use theZo MCP Serverto power up any AI that supports MCP with Zo's tools and context. Zo exposes anMCP (Model Context Protocol)endpoint, so AI tools likeClaude Code,Gemini CLI,Codex, or any other MCP-compatible tool can access your Zo directly — your files, your connected apps like Gmail and Google Calendar, and all of Zo's tools.

Zo is a full Linux server in the cloud with 50+ tools built in:

- Files & shell— read, write, search, run commands
- Integrations— Gmail, Calendar, Notion, Linear, Airtable, Dropbox, Spotify
- Capabilities— web browsing, image generation, scheduled tasks, texting, emailing
- Fully yours— root access, persistent storage, install anything you want
- Go toSettings > Advancedand create an access token
- Copy it immediately - you won't see it again
- Configure your AI tool using the instructions below

Your API key grants full access to your Zo. Keep it secret and never commit it to version control.

bash theme={null} claude mcp add --transport http zo https://api.zo.computer/mcp \ --header "Authorization: Bearer zo_sk_your_key_here" ` Or add it manually to ~/.claude/settings.json: `json theme={null} { "mcpServers": { "zo": { "type": "http", "url": "https://api.zo.computer/mcp", "headers": { "Authorization": "Bearer zo_sk_your_key_here" } } } }
Add to your claude_desktop_config.json: 
json theme={null} { "mcpServers": { "zo": { "command": "npx", "args":
[ "mcp-remote@latest", "https://api.zo.computer/mcp", "--header", "Authorization: Bearer zo_sk_your_key_here" ] } } } ` Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).

Add to your Cursor MCP settings (~/.cursor/mcp.json): `json theme={null} { "mcpServers": { "zo": { "url": "https://api.zo.computer/mcp", "headers": { "Authorization": "Bearer zo_sk_your_key_here" } } } }
Add to your Zed settings (~/.config/zed/settings.json): 
json theme={null} { "context_servers": { "zo": { "settings": {}, "url": "https://api.zo.computer/mcp", "headers": { "Authorization": "Bearer zo_sk_your_key_here" } } } }
Add to your opencode.json: 
json theme={null} { "mcp": { "zo": { "type": "remote", "url": "https://api.zo.computer/mcp", "headers": { "Authorization": "Bearer zo_sk_your_key_here" } } } }
bash theme={null} gemini mcp add zo https://api.zo.computer/mcp --transport http --scope user \ -H "Authorization: Bearer zo_sk_your_key_here" ` Or add it manually to ~/.gemini/settings.json: `json theme={null} { "mcpServers": { "zo": { "url": "https://api.zo.computer/mcp", "type": "http", "headers": { "Authorization": "Bearer zo_sk_your_key_here" } } } }
bash theme={null} codex mcp add zo -- npx -y mcp-remote https://api.zo.computer/mcp \ --header "Authorization:Bearer zo_sk_your_key_here" --transport http-only ` Or add it manually to ~/.codex/config.toml: `toml theme={null} [mcp_servers.zo] command = "npx" args = ["-y", "mcp-remote", "https://api.zo.computer/mcp", "--header", "Authorization:Bearer zo_sk_your_key_here", "--transport", "http-only"]
| Setting | Value | | ----------- | ------------------------------------------- | | Transport | HTTP | | URL | https://api.zo.computer/mcp | | Auth Header | Authorization: Bearer zo_sk_your_key_here | If your client only supports stdio transport (not HTTP), you can use mcp-remote as a bridge. Configure your client to run this command: 
bash theme={null} npx -y mcp-remote https://api.zo.computer/mcp --header "Authorization:Bearer zo_sk_your_key_here" --transport http-only ` For example, in a JSON config that expects command and args: `json theme={null} { "command": "npx", "args": ["-y", "mcp-remote", "https://api.zo.computer/mcp", "--header", "Authorization:Bearer zo_sk_your_key_here", "--transport", "http-only"] }

AllZo toolsare exposed via MCP with identical capabilities:

Provides various DingTalk services including contacts, department management, robot messaging, calendar, and tasks.

Automate email tasks using SMTP and IMAP protocols.

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP. Apache-2.0 licensed.

Interact with Fastmail email, contacts, and calendar data using the Fastmail API.

An open-source server that gives AI assistants full access to Fastmail email, calendars, and contacts over JMAP.

Connects AI agents to the Feishu/Lark platform for automating tasks like document processing, conversation management, and calendar scheduling.

Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.

Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.

Connects AI agents to the Feishu/Lark platform via its OpenAPI to automate tasks like document processing, conversation management, and calendar scheduling.

A secure, no-code MCP server that connects any email inbox to AI assistants for intelligent reading, drafting, and automation.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.