Skip to main content
Glama

Douban MCP Server

by moria97

豆瓣 MCP 服务器

English | 中文

这个 MCP 服务器提供了与豆瓣内容交互的功能,包括图书、电影、电视剧和小组讨论等。

功能特性

  • 书籍:搜索、查看图书评论
  • 电影、电视剧:搜索、查看评论
  • 小组讨论:列出话题、查看话题详情

组件

工具

  • search-book
    • 从豆瓣搜索图书信息
    • 输入参数:
      • isbn (字符串, 可选): 图书的 ISBN 编号
      • q (字符串, 可选): 图书标题的搜索关键词
  • list-book-reviews
    • 获取豆瓣图书评论
    • 输入参数:
      • id (字符串): 豆瓣图书 ID
  • search-movie
    • 从豆瓣搜索电影、电视剧信息
    • 输入参数:
      • q (字符串): 电影、电视剧标题的搜索关键词
  • list-movie-reviews
    • 获取豆瓣电影评论
    • 输入参数:
      • id (字符串): 豆瓣电影 ID
  • list-tv-reviews
    • 获取豆瓣电视剧评论
    • 输入参数:
      • id (字符串): 豆瓣电视剧 ID
  • browse
    • 在默认浏览器中打开图书详情页
    • 输入参数:
      • id (字符串): 豆瓣图书 ID
  • list-group-topics
    • 列出豆瓣小组话题
    • 输入参数:
      • id (字符串, 可选): 豆瓣小组 ID (默认为 '732764')
      • tags (字符串数组, 可选): 按标签筛选话题
      • from_date (字符串, 可选): 按日期筛选话题 (格式: "YYYY-MM-DD")
  • get-group-topic-detail
    • 获取特定话题的详情
    • 输入参数:
      • id (字符串): 豆瓣话题 ID

开始使用

  1. 克隆仓库
  2. 安装依赖: npm install
  3. 构建服务器: npm run build
  4. 启动服务器: npm start

与桌面应用集成

要将此服务器与桌面应用集成,请将以下内容添加到应用的服务器配置中,部分API需要用到COOKIE,请自行获取。:

{ "mcpServers": { "douban-mcp": { "command": "node", "args": [ "{文件的绝对路径}/dist/index.js" ], "env": { "COOKIE": "bid=;ck=;dbcl2=;frodotk_db=;" // 从网站获取 cookie 值 } } } }

开发

  • 构建: npm run build
  • 监视模式: npm run dev
  • 启动: npm start
  • 测试: npm test

依赖项

资源

许可证

本项目采用 MIT 许可证。

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with Douban content including searching and reviewing books, movies, TV shows, and browsing group discussions. Supports searching by ISBN or keywords, retrieving reviews, and managing group topics with filtering capabilities.

  1. 功能特性
    1. 组件
      1. 工具
    2. 开始使用
      1. 与桌面应用集成
    3. 开发
      1. 依赖项
        1. 资源
          1. 许可证

            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/moria97/douban-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server