attachments.get — MinuteMail MCP Tool
attachments.get
(attachments get) is one of 40 tools on the
MinuteMail
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call attachments.get from your client
- Claude Code MinuteMail attachments.get run in your project directory
- Claude Desktop MinuteMail attachments.get ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor MinuteMail attachments.get ~/.cursor/mcp.json
- VS Code MinuteMail attachments.get .vscode/mcp.json
- Zed MinuteMail attachments.get ~/.config/zed/settings.json
- Windsurf MinuteMail attachments.get ~/.codeium/windsurf/mcp_config.json
- Cline MinuteMail attachments.get ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI MinuteMail attachments.get ~/.gemini/settings.json
- Grok MinuteMail attachments.get .mcp.json (in your project root)
- ChatGPT MinuteMail attachments.get Settings → Connectors → Advanced → Developer mode
- Claude.ai MinuteMail attachments.get Settings → Connectors → Add custom connector
- LangChain MinuteMail attachments.get pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp-server https://mcp.minutemail.co/mcp
Other tools on this server
- mailboxes.list
- mailboxes.create
- mailboxes.get
- mailboxes.delete
- mailboxes.delete_bulk
- mails.list
- mails.inject
- mails.get
- mails.delete
- mails.delete_bulk
- attachments.list
- attachments.add
- attachments.delete
- attachments.delete_bulk
- archived.list
- archived.get
- archived.delete
- archived.reactivate
- domains.list
- domains.register
- domains.verify
- domains.delete
- team.members.list
- team.members.add
- team.members.get
- team.members.delete
- team.invitations.create
- team.invitations.list
- team.invitations.delete
- identities.list
- identities.create
- identities.get
- identities.update
- identities.delete
- oauth.clients.list
- oauth.clients.create
- oauth.clients.get
- oauth.clients.delete
- oauth.clients.rotate_secret
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.