I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

neodb-mcp
A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)
1
Github Watches
3
Github Forks
2
Github Stars
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:
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:
-
get-user-info
- Gets current user's basic information
- No parameters required
-
search-books
- Searches items in the catalog
- Parameters:
-
query
(string): Search query for books
-
-
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:
-
Using the official guide: Follow the official documentation to obtain your access token.
-
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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Reviews

user_CJFte4WT
As a dedicated user of neodb-mcp, I am thoroughly impressed by its efficiency and robust capabilities. Created by xytangme, this tool has significantly streamlined my workflow. The GitHub repository is well-documented, making setup and navigation intuitive. I highly recommend checking out neodb-mcp at https://github.com/xytangme/neodb-mcp for anyone looking to enhance their application management processes.