
Variant Internal MCP
Supports UIby varianter
Internal company toolset for Variant, integrating FlowCase CV search and GitHub app deployment.
What it does
This MCP app provides a specialized internal dashboard and toolset for Variant employees to manage consultant CVs and deploy internal artifacts.
Key features
- Consultant Discovery: Direct integration with FlowCase to fetch full CVs or search for consultants based on technology keywords and experience.
- Artifact Deployment: Atomic Git commit deployment to the
apps/<app_name>/directory within Variant's artifact repository. - Existence Checks: Quickly verify if specific apps already exist in the internal repository.
- Utility Tools: Includes a random IT/programming joke generator for team morale.
Installation
- Claude Desktop: Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"variant-internal": {
"command": "node",
"args": ["/path/to/variant-internal-mcp-ts/dist/index.js"],
"env": {
"FLOWCASE_API_KEY": "your_key",
"FLOWCASE_ORG": "variant",
"GITHUB_TOKEN": "your_token"
}
}
}
}
- MCPJam: Use the provided
mcp.config.jsonand runpnpm jam.
Supported hosts
- Claude
- MCPJam
Quick install
pnpm install && pnpm build && node dist/index.jsInformation
- Pricing
- free
- Published
- 5/26/2026






