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

    Neodb Mcp

    A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)

    1 stars
    Python
    Updated Oct 3, 2025

    Documentation

    NeoDB MCP Server

    A Message Control Protocol (MCP) server implementation for interacting with NeoDB, a social book cataloging service. This server provides tools to fetch user information, search books, and retrieve detailed book information through NeoDB's API.

    Setup

    Install UV

    First, install UV package installer:

    bash
    curl -LsSf https://astral.sh/uv/install.sh | sh

    Create Virtual Environment

    Create and activate a Python virtual environment using UV:

    bash
    uv venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate     # On Windows

    Install Dependencies

    Install project dependencies using UV:

    bash
    uv pip install .

    Available Tools

    The server provides the following tools:

    1. get-user-info

    • Gets current user's basic information
    • No parameters required

    2. search-books

    • Searches items in the catalog
    • Parameters:
    • query (string): Search query for books

    3. get-book

    • Gets detailed information about a specific book
    • Parameters:
    • book_id (string): The ID of the book to retrieve

    Usage with Claude Desktop

    Get Access Token

    There are two ways to get your access token:

    1. Using the official guide: Follow the official documentation to obtain your access token.

    2. Using automated script: You can use the neodb-get-access-token script which provides a simplified way to get your access token.

    Update Config claude_desktop_config.json

    json
    {
      "mcpServers": {
        "neodb": {
          "command": "uv",
          "args": [
            "--directory",
            "",
            "run",
            "",
            " e.g. https://neodb.social",
            ""
          ]
        }
      }
    }

    Where:

    • ``: The base URL for the NeoDB API
    • ``: Your NeoDB API access token

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    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

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    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