Baike-RenderServer

Zzzccs123
GitHub
Web ScrapingSearchBrowser Automation

Loading subscription status...

💡 Description

MCP-Baike-Render is a server used to access and render content from Baidu Baike, allowing users to retrieve discussion data from encyclopedia entries and generate readable analysis of that structured data.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Baike-Render": {
        "env": {
          "BAIKE_COOKIE": "",
          "MCP_SERVER_NAME": "Baike-Render",
          "DEFAULT_LEMMA_ID": "65258669",
          "BAIKE_API_BASE_URL": "https://baike.baidu.com/api",
          "MCP_SERVER_VERSION": "1.0.0",
          "BAIKE_DISCUSSION_API": "/discussion/gettashuos",
          "MCP_SERVER_DESCRIPTION": "Baidu Baike content access and rendering service"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

request_baikerender_baike

Features

  • Get Baidu Baike discussion data using `request_baike` tool
  • Render structured data into easy-to-read analysis content using `render_baike` template

💬 Example Queries

  • Get discussion data from Baidu Baike for a specific article URL.
  • Render analysis content for a given Baidu Baike topic.