@drip-apex/mcp-server
v0.1.3
Published
Model Context Protocol server for managing Apex experiments, goals, brand context, and QA previews.
Downloads
252
Readme
Apex MCP Server
Model Context Protocol server for Apex experiments, goals, brand context, and QA preview URLs.
Configure
The server resolves credentials in this order: DRIP_API_KEY, the saved user key, then the saved shop key in ~/.drip/credentials.json. Both user keys (apx_uk_…) created by apex login and shop keys are supported. For a user key, select context with DRIP_ORG and DRIP_SHOP, or persist it with apex use; environment context overrides persisted context. DRIP_BASE_URL applies to an environment key.
DRIP_API_KEY=apx_your_key_here npx -y @drip-apex/mcp-serverDRIP_BASE_URL is optional and defaults to https://app.drip-apex.com.
Local development
npm --prefix packages/mcp-server install
npm --prefix packages/mcp-server run build
node packages/mcp-server/dist/server.jsMCP config
{
"mcpServers": {
"drip-ab-testing": {
"command": "npx",
"args": ["-y", "@drip-apex/mcp-server"],
"env": {
"DRIP_API_KEY": "apx_your_key_here",
"DRIP_BASE_URL": "https://app.drip-apex.com"
}
}
}
}Tools
list_experimentsget_experimentcreate_experimentpause_experimentcomplete_experimentlist_goalsget_brand_contextgenerate_preview_url
Full docs: https://app.drip-apex.com/docs/mcp/install-configure
