Yanyue MCP
Fetches cigarette data and information from Yanyue.cn.
Yanyue MCP
An MCP server that fetches cigarette data from Yanyue (Yanyue.cn).
It provides the following tool:
• searchCigarettes(keyword: str): Search for cigarette information based on a keyword.
System Requirements
• Node.js version 18.16.0 or higher
• npm version 9.5.1 or higher
• Bun is recommended for better performance
Installation
Installing via Smithery
To install yanyue-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gandli/yanyue-mcp --client claude
Manual Installation
- Clone the repository and install dependencies:
git clone --depth 1 git@gandli:Yanyue-mcp/Yanyue-mcp.git
cd Yanyue-mcp
npm install
# Or use Bun:
bun install
- Build the project:
npm run build
# Or use Bun:
bun run build
MCP Client Configuration
Add the following configuration to your MCP client’s config.json:
{
"mcpServers": {
"Yanyue_mcp": {
"name": "Yanyue Cigarette Data",
"description": "Fetch cigarette data from Yanyue",
"type": "stdio",
"command": "node",
"args": ["path/to/build/index.js"]
}
}
}
Star History
Related Servers
DeepResearch MCP
A powerful research assistant for conducting iterative web searches, analysis, and report generation.
Puppeteer Vision
Scrape webpages and convert them to markdown using Puppeteer. Features AI-driven interaction capabilities.
Instagram Downloader
A server to download videos and media from Instagram.
Steel Puppeteer
Provides browser automation capabilities using Puppeteer and Steel, configurable for local or cloud instances.
Playwright SSE MCP Server
An MCP server that provides Playwright features for web scraping and browser automation.
YouTube Translate MCP
Access YouTube video transcripts and translations using the YouTube Translate API.
Scrapfly
Scrapfly MCP Server gives AI agents a simple, unified way to scrape live web data with built-in anti-bot handling.
iReader MCP
Tools for reading and extracting content from the internet.
AgentQL
Enable AI agents to get structured data from unstructured web with AgentQL.
MCP Go Colly Crawler
A web crawling framework that integrates the Model Context Protocol (MCP) with the Colly web scraping library.