Claude Desktop
Step 1: Open the config file
Go to Settings → Developer → Edit Config, or open the file directly:
txt
~/Library/Application Support/Claude/claude_desktop_config.jsontxt
%APPDATA%\Claude\claude_desktop_config.jsonStep 2: Add the MCP server
json
{
"mcpServers": {
"ab-test-library": {
"url": "https://mcp-server-production-c654.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer kstk_YOUR_KEY"
}
}
}
}Replace kstk_YOUR_KEY with your actual API key.
Already have other MCP servers?
Add ab-test-library inside your existing mcpServers object. Don't create a second mcpServers key.
Step 3: Restart Claude Desktop
Fully quit (Cmd+Q / Alt+F4) and reopen. You should see a hammer icon at the bottom of the chat input, indicating MCP tools are available.
Verify
Click the hammer icon. You should see 7 tools:
search_ab_testssemantic_search_ab_testsget_section_insightsget_patternsget_test_detailsfind_tests_for_wireframeget_ab_test_statistics
Try asking: "Search for hero headline A/B tests"