exact-online-mcp-server

Peliqan-io/exact-online-mcp-server
★ 1 stars HTML 📦 Other Updated today
MCP Server for Exact Online with read & write capabilities
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "exact-online-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "Peliqan-io/exact-online-mcp-server"
      ]
    }
  }
}