dougs-mcp-server

mediavee/dougs-mcp-server
★ 1 stars Python Other Updated today
MCP server for Dougs online accounting (app.dougs.fr)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dougs-mcp-server": {
      "command": "uvx",
      "args": [
        "dougs-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dougs-mcp-server