MyArxivDB_MCP MCP server
@Jongbin-kr
关于 MyArxivDB_MCP MCP server
(bkms1 term project) MCP server for crawling paper from arxiv & manipulating PostgresDB
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MyArxivDB_MCP": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
1Adds a new note to the server
概览
What is MyArxivDB_MCP?
MyArxivDB_MCP is an MCP server that implements a simple note storage system. It provides resources, prompts, and tools for managing notes via a custom note:// URI scheme.
How to use MyArxivDB_MCP?
Configure the server in your MCP client (e.g., Claude Desktop) by adding the appropriate entry to the mcpServers configuration. For development, use uv with the local directory; for published servers, use uvx.
Key features of MyArxivDB_MCP
- Custom
note://URI scheme for accessing individual notes. - Each note resource has a name, description, and
text/plainmimetype. summarize-notesprompt creates summaries of all stored notes with optional style argument.add-notetool adds a new note with requirednameandcontentarguments.- Server notifies clients of resource changes after adding a note.
Use cases of MyArxivDB_MCP
- Storing and retrieving personal notes via an MCP client.
- Generating summaries of all stored notes with adjustable detail level.
- Adding new notes programmatically through the
add-notetool.
FAQ from MyArxivDB_MCP
What transports does MyArxivDB_MCP use?
The server communicates over stdio, as is standard for MCP servers.
How do I install MyArxivDB_MCP?
Install by adding the server to your Claude Desktop configuration using the provided mcpServers entry. For development/unpublished servers, use uv with the local directory; for published servers, use uvx.
What are the required dependencies for MyArxivDB_MCP?
The server requires Python and the uv package manager. It is distributed as a Python package that can be built and published via uv.
How can I debug MyArxivDB_MCP?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector with the appropriate uv command, then access the provided URL in your browser.
Can I customize the summary style in MyArxivDB_MCP?
Yes, the summarize-notes prompt accepts an optional style argument that controls the detail level, either "brief" or "detailed".
数据与分析 分类下的更多 MCP 服务器
Data Visualization MCP Server
isaacwassermanMCP Server for Deep Research
reading-plus-aiMCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
评论