Loading MCP server directory, please wait...
MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.
npx @getmcp/cli add io.github.GOLayerone/layeroneRequires Node.js 18+. Community-contributed server. Review source before installing.
DOCX_API_KEYDocX API key (documents, PDF, Factur-X). Generate at https://dev.layerone.fr
SIGN_API_KEYSign API key (eIDAS/PAdES e-signature). Generate at https://dev.layerone.fr
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GOLayerone/layerone": {
"command": "npx",
"args": [
"-y",
"layerone-mcp"
],
"env": {
"DOCX_API_KEY": "",
"SIGN_API_KEY": ""
}
}
}
}