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_KEYrequiredsecretFlik API key (Bearer). Get one from flik.nomadis.com/keys.
FLIK_API_URLAPI base URL (default: https://flik.nomadis.com). Use http://localhost:8080 for local.
FLIK_PROJECTDefault project acronym (e.g. POP) for project-scoped tools.
FLIK_ORGOptional. 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-mcp": {
"command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/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-mcp": {
"command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/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-mcp": {
"command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/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-mcp": {
"type": "stdio",
"command": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/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-mcp --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.15/flik-mcp.mcpbRelated MCP servers
Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information.
View repository →