mcp omie for Claude Desktop
io.github.codespar/mcp-omie
MCP server for Omie — ERP, customers, products, orders, invoices, financials
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp omie in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-omie": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-omie"
],
"env": {
"OMIE_APP_SECRET": "<OMIE_APP_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs