kaspi mcp for Cursor
io.github.theyahia/kaspi-mcp
MCP server for Kaspi.kz Shop API -- orders and products.
client:Cursor
transport:stdio
runtime:npm
Install kaspi mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kaspi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/kaspi-mcp"
],
"env": {
"KASPI_API_KEY": "<KASPI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs