mantis mcp for Cursor
io.github.kahlilashanti/mantis-mcp
Build proven high converting product showrooms and websites from your existing ecommerce catalog
client:Cursor
transport:stdio
runtime:npm
Install mantis mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mantis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mantis-mcp"
],
"env": {
"MANTIS_API_URL": "<MANTIS_API_URL>",
"MANTIS_AUTH_TOKEN": "<MANTIS_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs