unofficial-dinero-mcp-server

oddergaard/unofficial-dinero-mcp-server
★ 2 stars Go 🤖 AI/LLM Updated 27d ago
En MCP server til det danske regnskabsprogram Dinero, som tillader dine AI agents at håndtere bogføringen for dig.
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": {
    "unofficial-dinero-mc": {
      "command": "go",
      "args": [
        "run",
        "github.com/oddergaard/unofficial-dinero-mcp-server@latest"
      ]
    }
  }
}