MCP Server
MCP
io.github.codespar/mcp-omie
MCP server for Omie — ERP, customers, products, orders, invoices, financials
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-omie",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for omie",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OMIE_APP_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment