@harshsaver/wednesday-mcp
v0.1.0
Published
wednesday.bot MCP server — stdio tools for IMAP mailboxes
Readme
@wednesday/mcp
Stdio MCP server for wednesday.bot. Exposes 13 direct mail tools that call
POST /tools/:name/call on the hosted API. No local IMAP credentials, no LLM
dispatch for tool calls.
npx @wednesday/mcpClaude Code / Cursor / Zed
{
"mcpServers": {
"wednesday": {
"command": "npx",
"args": ["-y", "@wednesday/mcp"],
"env": {
"WEDNESDAY_API_BASE": "https://wednesday.bot/api",
"WEDNESDAY_TOKEN": "wed_pat_…"
}
}
}
}Prefer storing the token in ~/.wednesday/config.json (mode 0600) instead of
embedding it in client config files.
Tools
Read: list_mailboxes, list_folders, search_messages, fetch_message,
list_attachments, download_attachment, draft_reply
Mutations (confirmation required): label_message, move_message,
archive_message, delete_message, send_reply, send_new_message
Agent-only helpers (summarize_document, read_document_with_vision) are
not exposed over MCP.
Confirmations
If a mutation returns confirmation_required, approve with:
npx @wednesday/cli confirmations approve <id>License
TBD — publish gate.
