Server Config
{
"mcpServers": {
"invoicemcpserver": {
"command": "npx",
"args": [
"-y",
"@ai28mcp/invoicemcpserver@latest"
],
"env": {
"INVOICE_API_KEY": "<YOUR_KEY>"
}
}
}
}{
"mcpServers": {
"invoicemcpserver": {
"command": "npx",
"args": [
"-y",
"@ai28mcp/invoicemcpserver@latest"
],
"env": {
"INVOICE_API_KEY": "<YOUR_KEY>"
}
}
}
}