Pornhub MCP Server
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.
README
Pornhub MCP Server
An MCP (Model Context Protocol) server that provides real-time and historical statistics about the adult entertainment industry using Google Trends API only.
Features
This MCP server provides 100% API-based tools (no cached data):
š Google Trends API Tools (2004-Present)
-
search_trends - Analyze any keywords with full statistics
- Interest over time with trends
- Regional breakdown
- Related & rising queries
-
compare_performers - Compare search interest between performers
- Side-by-side comparison
- Growth trends
- Regional popularity
-
compare_platforms - Compare platform popularity
- Pornhub vs OnlyFans vs xVideos, etc.
- Market share trends
- Regional preferences
-
analyze_category_trends - Analyze content category trends
- MILF, Teen, Amateur, Hentai, etc.
- Trend direction (growing/declining)
- Regional variations
-
historical_analysis - Multi-year analysis (2004+)
- Long-term trends
- Peak periods
- Growth patterns
-
trending_searches - Find related & rising searches
- What else people search for
- Breakout terms
- Related performers/categories
Data Source
ā Google Trends API (pytrends)
100% Real-time API - No Cached Data
- Coverage: 2004 to present
- Geographic: Worldwide + country-specific + US state-level
- Data Points: Search interest (0-100 scale), regional breakdown, related queries, trending terms
- Rate Limiting: Built-in delays to respect API limits
- Caching: 1-hour cache to avoid redundant API calls
- Free: No API key required
What You Can Query
- Any performer name (from 2004+)
- Any platform (pornhub, onlyfans, xvideos, etc.)
- Any category (milf, teen, amateur, hentai, etc.)
- Any search term
- Compare up to 5 terms at once
- Custom date ranges
- Regional analysis (US states, countries, worldwide)
Installation
Prerequisites
- Python 3.10 or higher
uvpackage manager (recommended) orpip
Setup
- Install
uv(if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | sh
- Create virtual environment and install dependencies:
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .
Running the Server
Standalone Testing
Run the server directly:
uv run server.py
Configure with Claude Desktop
-
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Add 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"
]
}
}
}
- Restart Claude Desktop
Example Queries
Once connected to Claude Desktop, you can ask:
š Performer Analysis
- "Compare search trends for Lana Rhoades vs Riley Reid from 2020-2024"
- "Show me Google Trends for Abella Danger over the past 5 years"
- "Which performer has more search interest: [name A] or [name B]?"
- "Analyze historical trends for [any performer] from 2020 to 2024"
- "What states search for [performer name] the most?"
š Platform Comparison
- "Compare Pornhub vs OnlyFans vs xVideos search trends"
- "Is OnlyFans growing or declining in popularity?"
- "Show me the trend for Pornhub over the past 5 years"
- "Which platform is most popular in California?"
š Category Trends
- "Compare milf vs teen vs amateur category searches"
- "Is hentai search interest growing or declining?"
- "Show me trends for ethical porn searches"
- "What are the trending adult categories right now?"
š Regional Analysis
- "Which US states have the highest search interest for OnlyFans?"
- "Show me UK vs US search interest for [any term]"
- "What are people searching for related to Pornhub?"
š Historical Queries
- "Show me 2020-2024 trends for [any performer]"
- "Compare 2020 vs 2024 for [platform or category]"
- "What was the peak year for [any search term]?"
- "Analyze the past 5 years of [anything]"
Project Structure
api/
āāā server.py # Main MCP server implementation
āāā pyproject.toml # Project dependencies
āāā README.md # This file
Data Updates
The current implementation uses cached/sample data. To add real-time data:
- AdultDataLink API: Sign up at https://adultdatalink.com/ and add API integration
- Web Scraping: Implement scrapers for public statistics sites
- Platform APIs: Integrate official APIs where available
Privacy & Ethics
This server is designed for:
- Market research and analysis
- Industry statistics and trends
- Educational purposes
All data is aggregated statistics from public sources. No personal data or explicit content is accessed or stored.
License
MIT License - See LICENSE file for details
Contributing
Contributions welcome! Please ensure:
- Data sources are legitimate and ethical
- No explicit content or personal data
- Focus on industry statistics and analytics
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.