MCP Server
Invoicetronic MCP Server MCP Server
io.github.fgasparetto/invoicetronic-mcp
What is the Invoicetronic MCP Server MCP server?
MCP server for Italian electronic invoicing (SDI) via Invoicetronic API
How to install Invoicetronic MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
INVOICETRONIC_API_KEYrequiredsecretInvoicetronic API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"invoicetronic-mcp": {
"command": "uvx",
"args": [
"invoicetronic-mcp"
],
"env": {
"INVOICETRONIC_API_KEY": "<YOUR_INVOICETRONIC_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"invoicetronic-mcp": {
"command": "uvx",
"args": [
"invoicetronic-mcp"
],
"env": {
"INVOICETRONIC_API_KEY": "<YOUR_INVOICETRONIC_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"invoicetronic-mcp": {
"command": "uvx",
"args": [
"invoicetronic-mcp"
],
"env": {
"INVOICETRONIC_API_KEY": "<YOUR_INVOICETRONIC_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"invoicetronic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"invoicetronic-mcp"
],
"env": {
"INVOICETRONIC_API_KEY": "<YOUR_INVOICETRONIC_API_KEY>"
}
}
}
}Claude Code
claude mcp add invoicetronic-mcp --env INVOICETRONIC_API_KEY=<YOUR_INVOICETRONIC_API_KEY> -- uvx invoicetronic-mcpRelated MCP servers
MCP server for ChipsAI — manage chatbots, conversations, and AI models
View repository →MCP server for ChipsNews — manage news sources, articles, and triggers
View repository →MCP server for transcribing Google Chat voice messages using Groq Whisper API
View repository →