invoice for Cursor
com.yaktool/invoice
Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.
client:Cursor
transport:stdio
runtime:npm
Install invoice in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"invoice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-invoice-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs