mindbox mcp for Cursor
io.github.theyahia/mindbox-mcp
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
client:Cursor
transport:stdio
runtime:npm
Install mindbox mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mindbox-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/mindbox-mcp"
],
"env": {
"MINDBOX_SECRET_KEY": "<MINDBOX_SECRET_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs