Skip to content
Cursor

statsig mcp server for Cursor

com.statsig/statsig-mcp-server

MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics

client:Cursor transport:streamable-http

Install statsig mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "statsig-mcp-server": {
      "url": "https://api.statsig.com/v1/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

statsig mcp server in other clients