Stats
Actions
Tags
From trends_surfer
Runs a local MCP server for trend analysis and data processing, with configurable delays and Xvfb support. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"trends_surfer": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"trends-surfer-server"
],
"env": {
"TTT_DATA_DIR": "${CLAUDE_PLUGIN_ROOT}/.data",
"TTT_MAX_DELAY": "90",
"TTT_MIN_DELAY": "30",
"TTT_FORCE_XVFB": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
TTT_DATA_DIR=${CLAUDE_PLUGIN_ROOT}/.dataTTT_MAX_DELAY=90TTT_MIN_DELAY=30TTT_FORCE_XVFB=1Declared capabilities of this MCP server
npx claudepluginhub pi-infected/trends-surfer --plugin trends_surfer