pubmed-mcp-server
Search PubMed, fetch full text, and format citations
All Skills in This Repository (8)
Pure Emerald Level Indicatorschangelog
Summarize npm dependency changelog changes between two versions.
writing-humanizer
Detect AI writing patterns and rewrite text for a natural tone.
github-cli
Guide GitHub CLI workflows for PRs, issues, releases, and API usage.
modelcontextprotocol
Locate MCP specifications and SDK references for server or client integration.
code-simplifier
Refactor TypeScript and JavaScript code with modern patterns while preserving behavior.
building-mcp-server-on-cloudflare
Bootstrap production MCP servers on Cloudflare Workers with OAuth integration.
wrangler
Automate Cloudflare Workers deployment and management via the Wrangler CLI.
workers-best-practices
Review Cloudflare Workers code against production best practices and anti-patterns.
Frequently Asked Questions
FAQPage SchemaHow to install pubmed-mcp-server?โผ
Run `npx skills add cyanheads/pubmed-mcp-server --all -g -y` in your terminal to install all skills in this suite globally.
How to search PubMed with AI?โผ
This server exposes PubMed search as a direct command your agent can call with plain-language queries, filters, and date ranges. It returns structured results with abstracts, authors, and MeSH terms.
Can it fetch full-text articles?โผ
Yes. It retrieves full text through a fallback chain of PubMed Central, Europe PMC, and Unpaywall, accepting PMIDs, PMCIDs, or DOIs.
Does it format citations automatically?โผ
Yes. It generates ready-to-use citations in APA 7th, MLA 9th, BibTeX, RIS, and Vancouver formats for up to 50 articles per request.
Does it work with Claude Desktop and Cursor?โผ
Yes. It runs over standard MCP with STDIO or HTTP transport and offers one-click installs for Claude Desktop, Cursor, and VS Code.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides