← Back to Plugins
MCP Server MCP

io.github.jrlprost/filoo-mcp

github By github 👁 1 views ▲ 0 votes

Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

Homepage Verified source GitHub

Install

npx -y @filooapp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@filooapp/mcp-server",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "filoo API key, starts with flo_live_. Get one at https://filoo.app/dashboard/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FILOO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...