mailpal for Cursor
io.github.michaelyousrie/mailpal
List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro
client:Cursor
transport:stdio
runtime:npm
Install mailpal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mailpal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<MAILPAL_HISTORY_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs