MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2026 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Growthbook Mcp
Growthbook Mcp

Growthbook Mcp

作成者 growthbook•a year ago
サイトを訪問する

Official GrowthBook MCP server for creating flags, getting experiments, and more.

Automation & Scripting
ab-testingfeature-flagsmcpmcp-server

GrowthBook MCP Server

With the GrowthBook MCP server, you can interact with GrowthBook right from your LLM client. See experiment details, add a feature flag, and more.

Setup

Environment Variables Use the following env variables to configure the MCP server.

Variable Name Status Description
GB_API_KEY Required A GrowthBook API key.
GB_USER Required Your name. Used when creating a feature flag.
GB_API_URL Optional Your GrowthBook API URL. Defaults to https://api.growthbook.io.
GB_APP_ORIGIN Optional Your GrowthBook app URL Defaults to https://app.growthbook.io.

Find instructions below to add the MCP server to a client. Any client that supports MCP is also compatible. Consult its documentation for how to add the server.

Cursor

  1. Open Cursor Settings → MCP
  2. Click Add new global MCP server
  3. Add an entry for the GrowthBook MCP, following the pattern below:
{
  "mcpServers": {
    "growthbook": {
      "command": "npx",
      "args": ["-y", "@growthbook/mcp"],
      "env": {
        "GB_API_KEY": "YOUR_API_KEY",
        "GB_API_URL": "YOUR_API_URL",
        "GB_APP_ORIGIN": "YOUR_APP_ORIGIN",
        "GB_USER": "YOUR_NAME"
      }
    }
  }
}
  1. Save the settings.

You should now see a green active status after the server successfully connects!

VS Code

  1. Open User Settings (JSON)
  2. Add an MCP entry:
 "mcp": {
    "servers": {
      "growthbook": {
        "command": "npx",
        "args": [
          "-y", "@growthbook/mcp"
        ],
        "env": {
          "GB_API_KEY": "YOUR_API_KEY",
          "GB_API_URL": "YOUR_API_URL",
          "GB_APP_ORIGIN": "YOUR_APP_ORIGIN",
          "GB_USER": "YOUR_NAME"
        }
      }
    }
  }
  1. Save your settings.

GrowthBook MCP is now ready to use in VS Code.

Claude Desktop

  1. Open Settings → Developer
  2. Click Edit Config
  3. Open claude_desktop_config.json
  4. Add the following configuration:
{
  "mcpServers": {
    "growthbook": {
      "command": "npx",
      "args": ["-y", "@growthbook/mcp"],
      "env": {
        "GB_API_KEY": "YOUR_API_KEY",
        "GB_API_URL": "YOUR_API_URL",
        "GB_APP_ORIGIN": "YOUR_APP_ORIGIN",
        "GB_USER": "YOUR_NAME"
      }
    }
  }
}
  1. Save the config and restart Claude

A hammer icon should appear in the chat window, indicating that your GrowthBook MCP server is connected and available!


Tools

  • Feature Flags

    • create_feature_flag: Create, add, or wrap an element with a feature flag. Specify key, type, default value, and metadata.
    • get_feature_flags: List all feature flags in your GrowthBook instance.
    • get_single_feature_flag: Fetch details for a specific feature flag by ID.
    • get_stale_safe_rollouts: List all safe rollout rules that have been rolled back or released.
    • create_force_rule: Create a feature flag with a targeting condition.
    • generate_flag_types: Generates types for feature flags
  • Experiments

    • get_experiments: List all experiments in GrowthBook.
    • get_experiment: Fetch details for a specific experiment by ID.
    • get_attributes: List all user attributes tracked in GrowthBook (useful for targeting).
  • Environments

    • get_environments: List all environments (e.g., production, staging) configured in GrowthBook.
  • Projects

    • get_projects: List all projects in your GrowthBook instance.
  • SDK Connections

    • get_sdk_connections: List all SDK connections (how GrowthBook connects to your apps).
    • create_sdk_connection: Create a new SDK connection for your app, specifying language and environment.
  • Documentation Search

    • search_growthbook_docs: Search the GrowthBook documentation for information on how to use a feature, by keyword or question.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Flux Img Mcp

Flux Img Mcp

Dingding_mcp_v2

Dingding_mcp_v2

Mcp Server Ts Trello

Mcp Server Ts Trello

TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration

もっと見る → →

詳細

作成日

June 11, 2025

最終更新日

June 11, 2025

カテゴリー

Automation & Scripting

作成者

growthbook

シェアする

もっと見る

System_information_mcp

System_information_mcp

DevEnvInfoServer - Cursor MCP Server for Development Environment Information

Perplexity Mcp Server

Perplexity Mcp Server

This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.

Esxi Mcp Server

Esxi Mcp Server

A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.

Mcp Crypto Price

Mcp Crypto Price

A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.