invovate mcp server for Cline
io.github.lightspeedplusone/invovate-mcp-server
AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
client:Cline
transport:stdio
runtime:npm
Install invovate mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"invovate-mcp-server"
],
"env": {
"INVOVATE_API_KEY": "<INVOVATE_API_KEY>",
"INVOVATE_API_BASE": "<INVOVATE_API_BASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs