Skip to main content
Glama
WalidMoultamiss

CocoInbox MCP Server

CocoInbox MCP Server

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

Related MCP server: mcp-email-server

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

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides AI agents with a real email address to send, receive, and manage emails via the Envoi.work platform. It enables seamless email communication, including inbox management and threaded replies, directly within MCP-compatible clients.
    Last updated
    5
    33
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables reading and sending emails via IMAP and SMTP through the MCP protocol. Supports multiple email accounts and configuration via UI or environment variables.
    Last updated
    BSD 3-Clause
  • A
    license
    B
    quality
    C
    maintenance
    Enables users to manage email accounts via IMAP/SMTP, including reading, searching, sending emails with attachments and calendar invites, all through natural language interactions with MCP-compatible clients.
    Last updated
    1
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

  • could-have-been-email MCP — wraps StupidAPIs (requires X-API-Key)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WalidMoultamiss/cocoinbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server