Skip to content
VS Code

fixture.email — Email Testing for Agents for VS Code

email.fixture/email-testing

Disposable test mailboxes on a real domain: send, receive and assert on real email.

client:VS Code transport:streamable-http

Install fixture.email — Email Testing for Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "email-testing": {
      "type": "http",
      "url": "https://mcp.fixture.email/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fixture.email — Email Testing for Agents in other clients