Flipt MCP Server
A Model Context Protocol (MCP) server for Flipt, allowing AI assistants to interact with feature flags.
Features
- List, create, update, and delete namespaces, flags, segments, rules, and more
- Evaluate flags for specific entities
- Toggle flags on/off
- Manage constraints, variants, distributions, and rollouts
Usage
Once the server is running, it will:
- Set up a STDIO transport for MCP communication
- Register tools and prompts for interacting with Flipt
The server is designed to be used with AI assistants that support the Model Context Protocol.
Installing via Smithery
To install Flipt MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @flipt-io/mcp-server-flipt --client claude
Node
You can install the package globally and run it:
npm install -g @flipt-io/mcp-server-flipt && mcp-server-flipt
Or run it directly with npx:
npx -y @flipt-io/mcp-server-flipt
Docker
You can also run the server in a Docker container:
docker run -d --name mcp-server-flipt ghcr.io/flipt-io/mcp-server-flipt:latest
Configuration
The server can be configured using environment variables:
FLIPT_API_URL: The URL of the Flipt API (default: http://localhost:8080)FLIPT_API_KEY: The API key to use for the Flipt API (optional)
You can set these in a .env file in the directory where you run the server.
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build the project
npm run build
# Start the server
npm start
# Format code
npm run fmt
# Lint code
npm run lint
License
Apache 2.0
Flipt MCP Server
Project Details
- flipt-io/mcp-server-flipt
- @flipt-io/mcp-server-flipt
- Apache License 2.0
- Last Updated: 4/11/2025
Categories
Recomended MCP Servers
A powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
MCP server implementation for using Claude API with Claude Desktop, providing advanced API integration and conversation management.
Nautobot plugin that enables AI assistants to interact with network data through the Model Context Protocol (MCP).
Awesome MCP template for awesome FastAPI builders
BurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's...
This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline...
1 MCP to rule all them chains
Kokoro Text to Speech (TTS) MCP Server
An experimental MCP Server for foundry built for Solidity devs
An MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured...





