l1_n8n_mcp-server-demo

557888-pixel/l1_n8n_mcp-server-demo
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "l1_n8n_mcp-server-de": {
      "command": "npx",
      "args": [
        "-y",
        "557888-pixel/l1_n8n_mcp-server-demo"
      ]
    }
  }
}

README Excerpt

This MCP server provides functionality to retrieve game logs from the Lumigame platform. - Retrieve recent game logs - Retrieve sign-in logs - Filter logs by player ID - Configure number of logs to retrieve 1. Install dependencies: ```bash npm install ``` 2. Build the project: ```bash npm run build ```