What is the io.github.pijusz/mcp-mailtrap MCP server?
MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox
How to install io.github.pijusz/mcp-mailtrap
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-mailtrap": {
"command": "npx",
"args": [
"-y",
"mcpj-mailtrap"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-mailtrap": {
"command": "npx",
"args": [
"-y",
"mcpj-mailtrap"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-mailtrap": {
"command": "npx",
"args": [
"-y",
"mcpj-mailtrap"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-mailtrap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpj-mailtrap"
]
}
}
}Claude Code
claude mcp add mcp-mailtrap -- npx -y mcpj-mailtrapRelated MCP servers
Google Ads MCP server — query campaigns, keywords, assets & more via natural language
View repository →Google Search Console MCP server — query performance, sitemaps, indexing & more
View repository →MCP server for uploading local images to Sanity CMS
View repository →