NeoDB MCP Server

NeoDB MCP Server

By xytangme GitHub

A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](

neodb mcp
Overview

What is NeoDB MCP Server?

NeoDB MCP Server is an implementation of the Message Control Protocol (MCP) designed for interacting with NeoDB, a social book cataloging service. It provides tools to fetch user information, search for books, and retrieve detailed book information through NeoDB's API.

How to use NeoDB MCP Server?

To use the NeoDB MCP Server, you need to set it up by installing the UV package installer, creating a virtual environment, and installing the necessary dependencies. After setup, you can interact with the server using various tools provided.

Key features of NeoDB MCP Server?

  • Fetch current user's basic information with the get-user-info tool.
  • Search for books in the catalog using the search-books tool.
  • Retrieve detailed information about specific books with the get-book tool.

Use cases of NeoDB MCP Server?

  1. Users can obtain their profile information from NeoDB.
  2. Developers can integrate book search functionality into their applications.
  3. Researchers can analyze book data from the NeoDB catalog.

FAQ from NeoDB MCP Server?

  • How do I get my access token?

You can obtain your access token by following the official documentation or using the automated script provided in the repository.

  • What programming language is used for this project?

The NeoDB MCP Server is implemented in Python.

  • Is there a license for this project?

Yes, this project is licensed under the MIT License.

Content

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.

NeoDB Server MCP server

Setup

Install UV

First, install UV package installer:

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

Create Virtual Environment

Create and activate a Python virtual environment using UV:

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

Install Dependencies

Install project dependencies using UV:

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

{
  "mcpServers": {
    "neodb": {
      "command": "uv",
      "args": [
        "--directory",
        "<PATH_TO_PROJECT_DIR>",
        "run",
        "<PATH_TO_SCRIPT>",
        "<API_BASE> e.g. https://neodb.social",
        "<ACCESS_TOKEN>"
      ]
    }
  }
}

Where:

  • <API_BASE>: The base URL for the NeoDB API
  • <ACCESS_TOKEN>: Your NeoDB API access token

License

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

No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details