loading…
Search for a command to run...
loading…
Provides real-time statistics and market insights for the adult entertainment industry using data from major platforms and Google Trends. It enables users to an
Provides real-time statistics and market insights for the adult entertainment industry using data from major platforms and Google Trends. It enables users to analyze performer rankings, platform analytics, and global search trends through natural language queries.
An MCP (Model Context Protocol) server that provides real-time and historical statistics about the adult entertainment industry using Google Trends API only.
This MCP server provides 100% API-based tools (no cached data):
search_trends - Analyze any keywords with full statistics
compare_performers - Compare search interest between performers
compare_platforms - Compare platform popularity
analyze_category_trends - Analyze content category trends
historical_analysis - Multi-year analysis (2004+)
trending_searches - Find related & rising searches
100% Real-time API - No Cached Data
uv package manager (recommended) or pipuv (if not already installed):curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .
Run the server directly:
uv run server.py
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the server configuration (choose one method):
Method A: Using the virtual environment directly (Recommended)
{
"mcpServers": {
"pornhub-mcp": {
"command": "/Users/talhelfgott/Desktop/api/.venv/bin/python",
"args": [
"/Users/talhelfgott/Desktop/api/server.py"
]
}
}
}
Method B: Using uv (if you prefer)
{
"mcpServers": {
"pornhub-mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"/Users/talhelfgott/Desktop/api",
"--no-project",
"python",
"server.py"
]
}
}
}
Once connected to Claude Desktop, you can ask:
api/
├── server.py # Main MCP server implementation
├── pyproject.toml # Project dependencies
└── README.md # This file
The current implementation uses cached/sample data. To add real-time data:
This server is designed for:
All data is aggregated statistics from public sources. No personal data or explicit content is accessed or stored.
MIT License - See LICENSE file for details
Contributions welcome! Please ensure:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pornhub-mcp-server": {
"command": "npx",
"args": []
}
}
}