This MCP server provides functionality to search and interact with Douban (a Chinese social networking service) content including books, movies, and group discussions.
search-book
isbn
(string, optional): ISBN of the book to fetchq
(string, optional): Search keyword of the book titlelist-book-reviews
id
(string): Douban book IDsearch-movie
q
(string): Search keyword of the movie titlelist-movie-reviews
id
(string): Douban movie IDbrowse
id
(string): Douban book IDlist-group-topics
id
(string, optional): Douban group ID (defaults to '732764')tags
(string[], optional): Filter topics by tagsfrom_date
(string, optional): Filter topics by date (format: "YYYY-MM-DD")get-group-topic-detail
id
(string): Douban topic IDnpm install
npm run build
npm start
To integrate this server with a desktop app, add the following to your app's server configuration:
{
"mcpServers": {
"douban-mcp": {
"command": "node",
"args": [
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
],
"env": {
"COOKIE": "bid=;ck=;dbcl2=;frodotk_db=;" // get cookie value from website
}
}
}
}
npm run build
npm run dev
npm start
npm test
This project is licensed under the MIT License.
Seamless access to top MCP servers powering the future of AI integration.