MCPClientMock for Cursor
io.github.akkshay10/mcpclientmock
MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state
client:Cursor
transport:stdio
runtime:npm
Install MCPClientMock in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpclientmock": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mockserver-mcp"
],
"env": {
"MOCKSERVER_HOST": "<MOCKSERVER_HOST>",
"MOCKSERVER_PORT": "<MOCKSERVER_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs