useblip/email
@useblip/email
MCP server for Blip disposable email. Create inboxes, receive emails, and extract OTP codes — all from your AI agent.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"blip": {
"command": "npx",
"args": ["-y", "@useblip/email"],
"env": {
"BLIP_API_KEY": "blip_ak_..."
}
}
}
}Claude Code
claude mcp add blip -- npx -y @useblip/emailSet your API key:
export BLIP_API_KEY=blip_ak_...Other MCP clients
Run the server directly:
BLIP_API_KEY=blip_ak_... npx @useblip/emailRelated MCP server: UnCorreoTemporal
Getting an API key
Sign in at app.useblip.email
Subscribe to the Agent tier
Create an API key from the dashboard
Tools
Tool | Description |
| Create a disposable email inbox with optional custom slug, domain, and TTL |
| List all active inboxes |
| Get inbox details and list of received emails |
| Read full email content (body, headers, attachments) |
| Extract OTP codes and verification links from the latest email |
| Poll until an email arrives (configurable timeout, default 60s) |
| Delete an inbox and all its emails |
Example prompts
"Create a disposable email and sign up for example.com, then give me the verification code"
"Make an inbox, wait for the password reset email, and extract the link"
"List my active inboxes and show me the latest emails"
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your Blip API key |
| No |
| API base URL (for self-hosted) |
License
Maintenance
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
- AlicenseBqualityCmaintenance🚀 Active Fork of executeautomation/mcp-playwright This repository is an actively maintained continuation of the original MCP Playwright server: >👉 https://github.com/executeautomation/mcp-playwright A Model Context Protocol server that provides browser automation capabilities using Playwright.Last updated3222,3831MIT
- AlicenseBqualityCmaintenanceDisposable email MCP server for autonomous AI agents. Create labeled temporary inboxes, wait for verification emails, extract OTP codes and confirmation links — zero human intervention required.Last updated6MIT
- AlicenseAqualityCmaintenanceMCP server for LobsterMail — gives AI agents email tools. Create inboxes, send and receive email, search messages, and manage webhooks.Last updated1131MIT
- Alicense-qualityBmaintenanceGives AI agents a real email identity, OTP reading, autonomous signup, and MCP server registry via a single stdio MCP connection.Last updated19MIT
Related MCP Connectors
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/blipemail/blip'
If you have feedback or need assistance with the MCP directory API, please join our Discord server