Loading MCP server directory, please wait...
Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients.
npx @getmcp/cli add io.github.aringad/fattureincloud-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FIC_ACCESS_TOKENFatture in Cloud API access token
FIC_COMPANY_IDFatture in Cloud company ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aringad/fattureincloud-mcp": {
"command": "uvx",
"args": [
"fattureincloud-mcp"
],
"env": {
"FIC_ACCESS_TOKEN": "",
"FIC_COMPANY_ID": "",
"FIC_SENDER_EMAIL": ""
}
}
}
}