UNPKG

@rikachu225/pubmed

Version:

PubMed MCP Server for accessing research papers

35 lines (33 loc) 800 B
{ "name": "@rikachu225/pubmed", "version": "1.0.1", "description": "PubMed MCP Server for accessing research papers", "main": "index.js", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [ "mcp", "pubmed", "research" ], "author": "rikachu", "license": "ISC", "dependencies": { "@mcp/server": "^1.0.0", "axios": "^1.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/rikachu225/mcp-pubmed-server.git" }, "bugs": { "url": "https://github.com/rikachu225/mcp-pubmed-server/issues" }, "homepage": "https://github.com/rikachu225/mcp-pubmed-server#readme" }