yuque.com
yuque.com logo

Yuque

Integrates with Yuque knowledge base platform to enable document management operations, content search, and team analyti...

Created byApr 23, 2025

MCP

English Version

    via Smithery

    • Node.js 18+ ( )
    • API
    1. ``` git clone https://github.com/Henryhaoson/Yueque-MCP-Server.git cd Yueque-MCP-Server ```
    1. ``` npm install ```
    1. .env.example .env
    1. ( ) .env API

    Docker

    Docker Compose

    1. ```bash docker-compose up -d ```
    1. ```bash docker-compose logs -f ```
    1. ```bash docker-compose down ``` `.env`

    Docker

    1. Docker
    1. ```bash docker run -d -p 3000:3000 --name yuque-mcp-server yuque-mcp-server ```
    1. ```bash docker run -d -p 3000:3000 \ -e YUQUE_API_TOKEN=your_token_here \ -e YUQUE_API_BASE_URL=https://www.yuque.com/api/v2 \ --name yuque-mcp-server yuque-mcp-server ```

    MCP

    MCP
    • get_current_user - ID
    • get_user_docs -
    • get_user_repos -
    • get_repo_docs -
    • get_doc -
    • create_doc - Markdown HTML Lake
    • update_doc -
    • delete_doc -
    • search -
    • get_group_statistics -
    • get_group_member_statistics -
    • get_group_book_statistics -
    • get_group_doc_statistics -

    AI

    MCP Model-Context-Protocol AI
    1. MCP
      1. AI

      SSE

      • accessToken: .env API
      • baseUrl: .env API URL
      SSE

      API

      1. ** **
      1. ** ** - Markdown HTML Lake - -
      1. ** ** OpenAPI
      MIT License
      Copyright (c) 2025 Henryhaoson
      Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

      MCP

      English Version

            via Smithery

            • Node.js 18+ ( )
            • API
            1. ``` git clone https://github.com/Henryhaoson/Yueque-MCP-Server.git cd Yueque-MCP-Server ```
            1. ``` npm install ```
            1. .env.example .env
            1. ( ) .env API

            Docker

            Docker Compose

            1. ```bash docker-compose up -d ```
            1. ```bash docker-compose logs -f ```
            1. ```bash docker-compose down ``` `.env`

            Docker

            1. Docker
            1. ```bash docker run -d -p 3000:3000 --name yuque-mcp-server yuque-mcp-server ```
            1. ```bash docker run -d -p 3000:3000 \ -e YUQUE_API_TOKEN=your_token_here \ -e YUQUE_API_BASE_URL=https://www.yuque.com/api/v2 \ --name yuque-mcp-server yuque-mcp-server ```

            MCP

            MCP
            • get_current_user - ID
            • get_user_docs -
            • get_user_repos -
            • get_repo_docs -
            • get_doc -
            • create_doc - Markdown HTML Lake
            • update_doc -
            • delete_doc -
            • search -
            • get_group_statistics -
            • get_group_member_statistics -
            • get_group_book_statistics -
            • get_group_doc_statistics -

            AI

            MCP Model-Context-Protocol AI
            1. MCP
            1. AI

            SSE

            • accessToken: .env API
            • baseUrl: .env API URL
            SSE

            API

            1. ** **
            1. ** ** - Markdown HTML Lake - -
            1. ** ** OpenAPI
            MIT License
            Copyright (c) 2025 Henryhaoson
            Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
            The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.