★ 0 stars
TypeScript
🔒 Security
Updated today
Smallinvoice.ch API MCP server — Swiss SME invoicing and accounting (146 tools, OAuth2 BYOC, atomic refresh-token rotation, pre-write JSON snapshots, DRY_RUN safety mode)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-smallinvo": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-smallinvoice"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-smallinvo npx -y AIWerk/mcp-server-smallinvoice
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-smallinvo": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-smallinvoice"
]
}
}
}