Loading MCP server directory, please wait...
Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links.
npx @getmcp/cli add com.mailfixture/mailfixtureRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationMailFixture API key as a bearer token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.mailfixture/mailfixture": {
"url": "https://mailfixture.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {api_key}"
}
}
}
}