yaktool for Cursor
com.yaktool/yaktool
73 local deterministic tools: GTIN, feeds, CSV-XLSX, Digital Link QR, e-invoices. Rules cited.
client:Cursor
transport:stdio
runtime:npm
Install yaktool in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yaktool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs