Skip to content
Cursor

mockpost for Cursor

io.github.reiarseni/mockpost

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

client:Cursor transport:stdio runtime:pypi

Install mockpost in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mockpost in other clients