Douban MCP Server
by L-Chris
This MCP server provides functionality to search and interact with Douban content including books, movies, and group discussions. It allows users to search for books and movies, view reviews, and browse group topics.
Last updated: N/A
What is Douban MCP Server?
The Douban MCP Server is a service that allows users to search and interact with Douban, a Chinese social networking service, content such as books, movies, and group discussions. It provides a set of tools to query and retrieve information from Douban.
How to use Douban MCP Server?
To use the server, clone the repository, install dependencies using npm install
, build the server with npm run build
, and start it using npm start
. To integrate with a desktop app, configure the app's server settings to point to the server's index.js
file, ensuring to set the required cookie environment variables.
Key features of Douban MCP Server
Search books by title keywords or ISBN
View book reviews
Search movies by title
View movie reviews
Browse book details in default browser
List group topics with filtering options
View group topic details
Use cases of Douban MCP Server
Integrating Douban search functionality into a desktop application
Building a tool to analyze Douban book and movie reviews
Creating a service to monitor Douban group discussions
Developing a bot to automatically post to Douban groups
FAQ from Douban MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It is a protocol used by the server.
How do I get the cookie value?
How do I get the cookie value?
You can get the cookie value from the Douban website by inspecting your browser's cookies.
What is the default group ID for listing topics?
What is the default group ID for listing topics?
The default group ID is '732764'.
What format should the date be in when filtering group topics?
What format should the date be in when filtering group topics?
The date format should be 'YYYY-MM-DD'.
What dependencies are required to run this server?
What dependencies are required to run this server?
The server depends on @modelcontextprotocol/sdk, dayjs, json2md, turndown, and zod.