mockpost for Claude Desktop
io.github.reiarseni/mockpost
Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.
client:Claude Desktop
transport:stdio
runtime:pypi
Install mockpost in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mockpost": {
"command": "uvx",
"args": [
"mockpost"
],
"env": {
"MOCKPOST_URL": "<MOCKPOST_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs