MCP Server
Active
io.github.michaelyousrie/mailpal MCP Server
io.github.michaelyousrie/mailpal
What is the io.github.michaelyousrie/mailpal MCP server?
List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro
How to install io.github.michaelyousrie/mailpal
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MAILPAL_WORKSPACEFolder containing the .mailpal collections directory
MAILPAL_HISTORY_DIRWhere run history is written (default ~/.mailpal/history)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mailpal": {
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<YOUR_MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<YOUR_MAILPAL_HISTORY_DIR>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mailpal": {
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<YOUR_MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<YOUR_MAILPAL_HISTORY_DIR>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mailpal": {
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<YOUR_MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<YOUR_MAILPAL_HISTORY_DIR>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mailpal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<YOUR_MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<YOUR_MAILPAL_HISTORY_DIR>"
}
}
}
}Claude Code
claude mcp add mailpal --env MAILPAL_WORKSPACE=<YOUR_MAILPAL_WORKSPACE> --env MAILPAL_HISTORY_DIR=<YOUR_MAILPAL_HISTORY_DIR> -- npx -y mailpal-mcpRelated MCP servers
Patchlog
Active
Create, update, and publish changelog entries on your Patchlog changelog from any MCP client.
0
View repository →TypeScript
MIT