pubmed_search MCP server
@wavelovey
About pubmed_search MCP server
MCP PubMed Search Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pubmed_search": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
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.
More Search MCP servers
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Comments