pubmed_search MCP server
@wavelovey
pubmed_search MCP server について
MCP PubMed Search Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pubmed_search": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
1Adds a new note to the server
概要
What is pubmed_search MCP server?
pubmed_search MCP server is a server that enables searching PubMed via the Model Context Protocol (MCP). It implements resources, prompts, and tools for managing notes.
How to use pubmed_search MCP server?
Install using uv or uvx and configure in your MCP client (e.g., Claude Desktop) by adding the server definition to claude_desktop_config.json. Use the provided tools and prompts through your MCP client.
Key features of pubmed_search MCP server
- Custom
note://URI scheme for accessing individual notes - Each note resource has name, description, and text/plain mimetype
summarize-notesprompt with optional style argument (brief/detailed)add-notetool to add a new note with name and content- Server state updates and notifies clients of resource changes
Use cases of pubmed_search MCP server
- Searching PubMed and saving relevant notes
- Summarizing a collection of notes with adjustable detail level
- Managing a personal note store via MCP resources and tools
FAQ from pubmed_search MCP server
What dependencies are required to run pubmed_search MCP server?
The server requires Python and the uv package manager. It is distributed as a Python package and uses MCP stdio transport.
How do I configure pubmed_search MCP server with Claude Desktop?
Add the server configuration to the mcpServers section in your claude_desktop_config.json. Use uv for development/unpublished servers or uvx for published servers.
Does pubmed_search MCP server support authentication or custom transports?
No authentication or custom transport is mentioned in the documentation. The server runs over stdio.
What tools and prompts does pubmed_search MCP server provide?
It provides one tool (add-note) and one prompt (summarize-notes). Resources use a custom note:// URI scheme.
Are there any known limits of pubmed_search MCP server?
The README does not specify any limits. It uses simple in-memory note storage and stdio communication.
「検索」の他のコンテンツ
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Brave Search
modelcontextprotocolModel Context Protocol Servers
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
コメント