O

Optimizely

Query Optimizely experiments.

·No reviews yet
Repo
Share:

About

Auto-generated

Optimizely is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Optimizely.

What is the Optimizely MCP for?
The Optimizely MCP enables querying Optimizely experiments. It provides a standardized interface for interacting with Optimizely data, which can be useful for analytics and monitoring.
How do I install the Optimizely MCP in Cline?
To install the Optimizely MCP in Cline, you would typically use the cline mcp install optimizely command. This assumes Cline is configured to use the community provider registry.
Does the Optimizely MCP require an API key for authentication?
Yes, the Optimizely MCP uses an API key for authentication. You will need to provide a valid API key to access Optimizely experiment data.
Are there any licensing costs associated with using the Optimizely MCP?
The Optimizely MCP itself is provided by the community and is open source via its GitHub repository. Any costs would depend on your Optimizely account and usage.
What is a key limitation of the Optimizely MCP?
A key limitation is that the Optimizely MCP's capabilities are focused on querying experiments. It does not currently expose other Optimizely features like experiment creation or modification.

Install Optimizely

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "optimizely": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-optimizely"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "optimizely": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-optimizely"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "optimizely": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-optimizely"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.