← Index

io.github.codespar/mcp-omie

io.github.codespar/mcp-omie·v0.1.2·Other
Quality Score
80
/100

MCP server for Omie — ERP, customers, products, orders, invoices, financials

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-omie": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-omie"
      ],
      "env": {
        "OMIE_APP_SECRET": "<your-omie_app_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-omie": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-omie"
      ],
      "env": {
        "OMIE_APP_SECRET": "<your-omie_app_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-omie
§02  Environment variables
OMIE_APP_SECRET
requiredsecret

API key for omie

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other