NeoDB MCP Server

by xytangme

3 stars
256 downloads
Not rated
GitHub

About

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

Details

Author
xytangme
GitHub stars
3
Downloads
256
Categories
Other, API

- Fetch current user’s basic information
- Search books in the NeoDB catalog
- Retrieve detailed book information by ID
- Integrates directly with NeoDB’s API
- Works with Claude Desktop via MCP

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name NeoDB MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install UV and create a Python virtual environment, then install dependencies with uv pip install .. Obtain a NeoDB API access token (via official documentation or an automated script) and configure Claude Desktop by updating claude_desktop_config.json with the command uv and the appropriate arguments (API base URL and access token).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "neodb mcp server": {
            "neodb-mcp": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "neodb-mcp": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

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.

<a href="https://glama.ai/mcp/servers/1any3eeaza">NeoDB Server MCP server</a>

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:

```bash
uv venv
source .venv/bin/activate # On Unix/macOS

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.