Yanyue MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Yanyue MCPsearch for Marlboro cigarettes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 claudeManual 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 installBuild the project:
npm run build
# Or use Bun:
bun run buildMCP 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gandli/yanyue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server