Command Palette

Search for a command to run...

UnylyUnyly
Browse all

CocoInbox Server

FreeNot checked

Thin MCP wrapper around the CocoInbox REST API, enabling email management such as listing, creating, selecting, and sending emails through natural language.

GitHubEmbed

About

Thin MCP wrapper around the CocoInbox REST API, enabling email management such as listing, creating, selecting, and sending emails through natural language.

README

Thin MCP wrapper around the existing CocoInbox REST API. Does not modify or rebuild cocoInboxFrontend / cocoInboxBackend.

Tools (v1)

Tool Maps to
login POST /api/auth/login + GET /api/auth/me
logout Clears process session
get_current_user GET /api/auth/me
auth_status Local session snapshot
list_emails GET /api/emails/user/:userId
create_email POST /api/emails/create
select_email Picks From address for send
get_email GET /api/emails/:id/messages
send_email POST /api/mail/send

Typical flow

  1. login({ email, password })
  2. list_emails() → pick an id
  3. select_email({ emailId }) or create_email({ aliasName })
  4. send_email({ to, subject, body })

Setup

cd mcp-server
npm install
cp .env.example .env
# set COCOINBOX_API_URL to your running backend

Cursor (stdio)

Project file .cursor/mcp.json is already configured. Reload MCP in Cursor Settings → Tools & MCP.

HTTP MCP URL (optional)

npm run start:http
# → http://127.0.0.1:3100/mcp

Env

Variable Default Meaning
COCOINBOX_API_URL http://localhost:4000 Existing REST API base
COCOINBOX_TOKEN Optional pre-set Bearer token
MCP_HTTP_PORT 3100 HTTP transport port
# cocoinbox-mcp

from github.com/WalidMoultamiss/cocoinbox-mcp

Installing CocoInbox Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/WalidMoultamiss/cocoinbox-mcp

FAQ

Is CocoInbox Server MCP free?

Yes, CocoInbox Server MCP is free — one-click install via Unyly at no cost.

Does CocoInbox Server need an API key?

No, CocoInbox Server runs without API keys or environment variables.

Is CocoInbox Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install CocoInbox Server in Claude Desktop, Claude Code or Cursor?

Open CocoInbox Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare CocoInbox Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs