porngame-online-mcp
Exposes the Porn Game Online directory knowledge surface including scope, FAQ, and official links to MCP clients like Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys required.
README
Porn Game Online MCP Server
Porn Game Online - Free Hentai and Sex Games to Play
A Model Context Protocol server that exposes the canonical Porn Game Online knowledge surface — directory scope, source evidence, and official links, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, with no API keys or usage quota required.
Official website: https://porngame.online
🗂️ About Porn Game Online
Porn Game Online is an adults-only directory for third-party browser games. The public site provides category browsing, search, and click-to-play pages without requiring an account or a software download for its core catalog flow.
Visitors must be 18 or older. Game players are loaded only after a user action and are isolated in sandboxed frames that block top-level navigation and popup permissions. Because the games come from third parties, their content, behavior, and availability can still change and should not be treated as verified or permanent.
This MCP deliberately exposes only the directory's high-level scope, age restriction, and sourcing boundaries. It does not reproduce explicit catalog entries, return gameplay URLs, launch a game, bypass the age gate, or represent Porn Game Online as the publisher of third-party titles.
Tools
get_directory_overview
Return the directory scope and source-verification rules the site publishes. (Porn Game Online)
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for Porn Game Online (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://porngame-online/directory— Public directory scope, listing criteria, and source-verification boundaries.site://porngame-online/faq— Short FAQ generated from public site metadata.site://porngame-online/links— Canonical URLs to share with users.
Prompts
tell_me_about_porngame_online
Summarize what the site is, who it's for, and how it works. — Porn Game Online
find_a_listing_porngame_online
Plan a directory search without treating a static snapshot as live status. — Porn Game Online
Installation
Install via Smithery
npx -y @smithery/cli install porngame-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/porngame-online-mcp.git
cd porngame-online-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"porngame-online-mcp": {
"command": "node",
"args": [
"/absolute/path/to/porngame-online-mcp/src/index.mjs"
]
}
}
}
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjs
Official Links
- Website: https://porngame.online
Development
pnpm install
pnpm start # run the server over stdio
License
MIT
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.