Skip to content
Cline

mockpost for Cline

io.github.reiarseni/mockpost

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

client:Cline transport:stdio runtime:pypi

Install mockpost in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mockpost": {
      "command": "uvx",
      "args": [
        "mockpost"
      ],
      "env": {
        "MOCKPOST_URL": "<MOCKPOST_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mockpost in other clients