← Back to browse

mcp-omie

Indexed by io.github.codespar

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOMIE_APP_SECRET
Claude Code
claude mcp add --env OMIE_APP_SECRET= mcp-omie -- npx @codespar/mcp-omie
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-omie","command":"npx","args":["@codespar/mcp-omie"],"env":{"OMIE_APP_SECRET":""}}'
JSON
{
  "mcpServers": {
    "mcp-omie": {
      "command": "npx",
      "args": [
        "@codespar/mcp-omie"
      ],
      "env": {
        "OMIE_APP_SECRET": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.