MyArxivDB_MCP MCP server
@Jongbin-kr
About MyArxivDB_MCP MCP server
(bkms1 term project) MCP server for crawling paper from arxiv & manipulating PostgresDB
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MyArxivDB_MCP": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
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".
More Data & Analytics MCP servers
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Data Visualization MCP Server
isaacwasserman🎓 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.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Comments