Yanyue MCP - Secure MCP Server by ALMC Security 2025

Yanyue MCP

View on GitHub

Yanyue MCP

smithery badge

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

  1. 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
  1. 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

Star History Chart

Related in Web Scraping - Secure MCP Servers

ServerSummaryActions
Web-curlGoogle Custom Search API is free with usage limits (e.g., 100 queries per day for free, with additio...View
YouTube Translate MCPView
Horse Racing NewsMCP server to get content from thoroughbreddailynews.com's RSS feedView
Context Scraper MCP Server一个基于 Crawl4AI 的下一代 Model Context Protocol (MCP) 服务器,为 Amazon Q Developer 和其他 AI 工具...View
Crawl4AI MCP Server⚠️ Important: This is an unofficial MCP server implementation for the excellent crawl4ai library. No...View
Read Website FastFast, token-efficient web content extraction for AI agents - converts websites to clean Markdown.View