MCP server for managing ConfigCat feature flags, configurations, environments, products, and related resources.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
get-change-requestReturns the details of a specific Change Request.
update-change-requestUpdates the metadata of a Change Request, such as title, note, schedule, etc.
list-change-requestsReturns Change Requests of a Product with optional filtering and pagination.
list-organizationsThis endpoint returns the list of the Organizations that belongs to the user.
list-productsThis endpoint returns the list of the Products that belongs to the user.
list-tagsThis endpoint returns the list of the Tags in a specified Product, identified by the `productId` parameter.
The ConfigCat's Model Context Protocol (MCP) server provides access to ConfigCat's public management API for feature flag and configuration management. It also enables your code editor to understand your feature flags, integrate the appropriate ConfigCat SDK into your project or even create new feature flags directly in your codebase.
You can use the following environment variables to configure the MCP server.
| Environment variable | Required | Default | Description |
|---|---|---|---|
| CONFIGCAT_API_USER | ☑ | ConfigCat Management API basic authentication username. | |
| CONFIGCAT_API_PASS | ☑ | ConfigCat Management API basic authentication password. | |
| CONFIGCAT_BASE_URL | https://api.configcat.com | ConfigCat Management API host. |
The instructions below show how to connect a client to the MCP server.
Preferences -> Cursor Settings -> MCP & IntegrationsAdd Custom MCP.vscode/mcp.json file in your project root with the following content:claude_desktop_config.jsonlist-organizations - List all organizationslist-organization-members - List organization memberslist-pending-invitations - List pending invitationslist-pending-invitations-org - List org pending invitationslist-product-members - List product membersinvite-member - Invite a new memberupdate-member-permissions - Update the permissions of a memberdelete-organization-member - Remove organization memberdelete-product-member - Remove product memberdelete-invitation - Cancel invitationlist-permission-groups - List permission groupscreate-permission-group - Create a new permission groupget-permission-group - Get permission group detailsupdate-permission-group - Update permission groupdelete-permission-group - Delete permission grouplist-products - List all productsget-product - Get specific product detailsupdate-product - Update existing productdelete-product - Delete a productget-product-preferences - Get product preferencesupdate-product-preferences - Update product preferencescreate-product - Create a new productlist-configs - List configs for a productcreate-config - Create a new configget-config - Get specific config detailsupdate-config - Update existing configdelete-config - Delete a configlist-environments - List environments for a productcreate-environment - Create a new environmentget-environment - Get specific environment detailsupdate-environment - Update existing environmentdelete-environment - Delete an environmentlist-segments - List user segmentscreate-segment - Create a new segmentget-segment - Get specific segment detailsupdate-segment - Update existing segmentdelete-segment - Delete a segmentget-sdk-keys - Get SDK keys for config/environmentlist-webhooks - List webhooksget-webhook - Get webhook detailsreplace-webhook - Replace webhook configurationupdate-webhook - Update existing webhookdelete-webhook - Delete a webhookget-webhook-signing-keys - List webhook signing keyscreate-webhook - Create a new webhooklist-integrations - List integrationscreate-integration - Create a new integrationget-integration - Get integration detailsupdate-integration - Update existing integrationdelete-integration - Delete an integrationget-code-references - Get code referenceslist-auditlogs - Get product audit logslist-organization-auditlogs - Get organization audit logslist-staleflags - Get stale feature flags reportlist-settings - List feature flags for a configcreate-setting - Create a new feature flaglist-predefined-variations - List predefined variationsupdate-predefined-variations - Update predefined variationsget-setting - Get specific feature flag detailsreplace-setting - Replace feature flag configurationupdate-setting - Update existing feature flagdelete-setting - Delete a feature flaglist-tags - List tags for a productcreate-tag - Create a new taglist-settings-by-tag - Get feature flags by tagget-tag - Get specific tag detailsupdate-tag - Update existing tagdelete-tag - Delete a tagget-setting-value - Get feature flag valueupdate-setting-value - Update feature flag valuereplace-setting-value - Replace feature flag valueget-setting-values - Get multiple setting valuespost-setting-values - Update multiple setting values*-v2 versions of above tools for Config V2get-change-request - Returns the details of a specific Change Requestupdate-change-request - Updates the metadata of a Change Request, such as title, note, schedule, etc.list-change-requests - List Change Requestsget-change-request-proposed-changes - Returns the proposed changes to the Settings included in a Change Requestupdate-change-request-proposed-change - Updates the proposed changes to the Settings included in a Change Requestadd-change-request-comment - Adds a new comment to the Change Requestapply-change-request - Applies the Change Requestapprove-change-request - Adds your approval to the Change Requestclaim-change-request-ownership - Claims ownership of the Change Requestclose-change-request - Closes the Change Request without applying itcreate-change-request - Creates a new Change Request for the specified Config and Environmentremove-change-request-approval - Removes your existing approval from the Change Requestresolve-change-request-setting-conflicts - Updates the proposed changes to a Setting included in the Change Request to resolve conflicts caused by concurrently published changesupdate-change-request-comment - Updates an existing Change Request commentdelete-change-request-comment - Deletes a Change Request commentdelete-change-request-proposed-change - Removes a setting from a Change Requestupdate-sdk-documentation - Get comprehensive SDK documentation and code examples for seamless feature flag implementation in your project.The ConfigCat public API has rate limits. The server will respect these limits and return appropriate error messages if limits are exceeded.
This server is designed for management operations only. Do not use it for evaluating feature flag values in production applications - use the ConfigCat SDKs or ConfigCat Proxy instead.
Contributions are welcome. For more info please read the Contribution Guideline.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/configcat-mcp-server)<a href="https://allmcps.com/mcp/configcat-mcp-server"><img src="https://allmcps.com/api/badge/configcat-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>