Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Books Mcp Server

    This is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.

    5 stars
    Python
    Updated Apr 9, 2025

    Documentation

    Get the Project and Initialize

    code
    git clone https://github.com/VmLia/books-mcp-server.git
    cd books-mcp-server
    uv venv

    if macbook or linux

    `
    source .venv/bin/activate

    if windows

    `
    .venv\Scripts\activate.bat

    Install Python Packages

    code
    uv add "mcp[cli]" httpx openai beautifulsoup4 lxml

    If the network is slow, you can set up a domestic mirror source.

    code
    uv add "mcp[cli]" httpx openai beautifulsoup4 lxml --index-url https://pypi.tuna.tsinghua.edu.cn/simple

    Example of Using cherry-studio

    Method 1: On the setting page of cherry-studio, click on the MCP server, then click "Add Server", and subsequently configure it on the page.

    Type

    code
    STDIO

    Command

    code
    uv

    Parameters

    code
    --directory
    # your project dir
    run
    main.py

    Method 2: Use the configuration parameters

    code
    {
      "mcpServers": {
        "books-mcp-server": {
          "name": "books-mcp",
          "type": "stdio",
          "description": "",
          "isActive": true,
          "registryUrl": "",
          "command": "uv",
          "args": [
            "--directory",
            "/Enter your local project directory/books-mcp-server",
            "run",
            "main.py"
          ]
        }
      }
    }

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k