PluginBench
MCP Server

Flik MCP Server

io.github.pdeloulay/flik

What is the Flik MCP server?

Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information.

How to install Flik

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FLIK_KEY
    required
    secret

    Flik API key (Bearer). Get one from flik.nomadis.com/keys.

  • FLIK_API_URL

    API base URL (default: https://flik.nomadis.com). Use http://localhost:8080 for local.

  • FLIK_PROJECT

    Default project acronym (e.g. POP) for project-scoped tools.

  • FLIK_ORG

    Optional. Org slug for org-scoped tools; when not set, the key's org is used.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flik": {
      "command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.13/flik-mcp.mcpb",
      "args": [],
      "env": {
        "FLIK_KEY": "<YOUR_FLIK_KEY>",
        "FLIK_API_URL": "<YOUR_FLIK_API_URL>",
        "FLIK_PROJECT": "<YOUR_FLIK_PROJECT>",
        "FLIK_ORG": "<YOUR_FLIK_ORG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flik": {
      "command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.13/flik-mcp.mcpb",
      "args": [],
      "env": {
        "FLIK_KEY": "<YOUR_FLIK_KEY>",
        "FLIK_API_URL": "<YOUR_FLIK_API_URL>",
        "FLIK_PROJECT": "<YOUR_FLIK_PROJECT>",
        "FLIK_ORG": "<YOUR_FLIK_ORG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flik": {
      "command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.13/flik-mcp.mcpb",
      "args": [],
      "env": {
        "FLIK_KEY": "<YOUR_FLIK_KEY>",
        "FLIK_API_URL": "<YOUR_FLIK_API_URL>",
        "FLIK_PROJECT": "<YOUR_FLIK_PROJECT>",
        "FLIK_ORG": "<YOUR_FLIK_ORG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flik": {
      "type": "stdio",
      "command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.13/flik-mcp.mcpb",
      "args": [],
      "env": {
        "FLIK_KEY": "<YOUR_FLIK_KEY>",
        "FLIK_API_URL": "<YOUR_FLIK_API_URL>",
        "FLIK_PROJECT": "<YOUR_FLIK_PROJECT>",
        "FLIK_ORG": "<YOUR_FLIK_ORG>"
      }
    }
  }
}
Claude Code
claude mcp add flik --env FLIK_KEY=<YOUR_FLIK_KEY> --env FLIK_API_URL=<YOUR_FLIK_API_URL> --env FLIK_PROJECT=<YOUR_FLIK_PROJECT> --env FLIK_ORG=<YOUR_FLIK_ORG> -- https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.13/flik-mcp.mcpb

Related MCP servers

Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information.

View repository →