neodb-mcp
A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)
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:
curl -LsSf https://astral.sh/uv/install.sh | shCreate 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 WindowsInstall Dependencies
Install project dependencies using UV:
uv pip install .Available Tools
The server provides the following tools:
1. get-user-info
2. search-books
3. get-book
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",
"",
"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.
Frequently asked questions
What is neodb-mcp?
neodb-mcp is A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)
How do I install neodb-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is neodb-mcp open source?
Yes — it is hosted on GitHub at https://github.com/xytangme/neodb-mcp and has 1 stars.
Related MCP tools
[](https://github.com/chigwell/telegram-mcp/actions/workflows/python-lint-format.yml)
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP