mcp-baike-render
0
MCP-Baike-Render is a Model Context Protocol (MCP) Server for accessing and rendering content from Baidu Baike. It retrieves discussion data and renders it into comprehensive analyses, offering insights into main topics, viewpoints, and trends from Baidu Baike.
MCP-Baike-Render
MCP-Baike-Render is an MCP Server designed for accessing and rendering content from Baidu Baike. It offers two main features:
- Utilizing
request_baike
to retrieve discussion data from Baidu Baike. - Using
render_baike
templates to convert structured data into readable analytical content.
Installation
- Install dependencies with
npm install
. - Build the project using
npm run build
.
Setup Environment Variables
- Copy
.env.example
to.env
and modify as needed to configure the Baidu Baike API and other application settings.
Usage
- Start the server with
npm start
. - Develop using
npm run dev
.
Features
request_baike Tool
This tool allows for the retrieval of discussion data from specific Baidu Baike entries.
render_baike Template
This template generates a comprehensive analysis based on the retrieved discussion data, including main topics, viewpoints, and societal trends.