Customer Record Field Prep for Claude Desktop
io.github.wxt-ai/record-export-field-identifier
Prepare a customer record field for reporting
client:Claude Desktop
transport:streamable-http
Install Customer Record Field Prep in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"record-export-field-identifier": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://antibody-package-occasional-floppy.trycloudflare.com/mcp/record-export-field/upstream"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs