Skip to content
Cursor

chirak mcp for Cursor

io.github.ufhouck/chirak-mcp

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

client:Cursor transport:stdio runtime:npm

Install chirak mcp 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": {
    "chirak-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chirak-mcp"
      ],
      "env": {
        "CHIRAK_API_KEY": "<CHIRAK_API_KEY>",
        "CHIRAK_API_BASE_URL": "<CHIRAK_API_BASE_URL>"
      }
    }
  }
}

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

chirak mcp in other clients