PubTator MCP Server
@BioMCP-Hub
关于 PubTator MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"PubTator-MCP-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@JackKuo666/pubtator-mcp-server",
"--client",
"claude",
"--config",
"{}"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PubTator MCP Server?
It is a biomedical literature annotation and relationship mining server based on PubTator3, providing AI assistants access to PubTator3 through the Model Context Protocol (MCP). It allows AI models to programmatically search scientific literature, obtain annotation information, and analyze entity relationships.
How to use PubTator MCP Server?
Install via Smithery (npx command) or manually clone the repo and run pip install -r requirements.txt. Start the server with python pubtator_server.py. Configure transports via environment variables MCP_TRANSPORT, MCP_HOST, MCP_PORT. Use the MCP client (e.g., Claude Desktop, Cursor) to connect and call tools like export_publications, find_entity_id, find_related_entities, search_pubtator, and batch_export_from_search.
Key features of PubTator MCP Server
- Export PubTator annotations in multiple formats (pubtator, biocxml, biocjson)
- Look up standard identifiers for biological concepts via free text
- Discover biomedical relationships (treat, cause, interact, etc.)
- Search literature by keywords and entity IDs
- Batch export annotations from search results
Use cases of PubTator MCP Server
- Retrieve annotated publications for given PMIDs for analysis
- Find the official ID of a gene, disease, or chemical from a natural language query
- Identify entities related to a known biomedical concept
- Search literature on a topic and export all annotations in batch
- Integrate literature mining directly into AI assistant workflows
FAQ from PubTator MCP Server
What are the rate limits?
API requests are limited to a maximum of 3 requests per second.
What data formats are supported for annotation export?
Supported formats are pubtator, biocxml, and biocjson.
What transport options are available?
The server supports both stdio and TCP transport, configurable via the MCP_TRANSPORT environment variable (default is TCP).
Are there any special requirements for entity IDs in relationship queries?
Entity IDs must start with "@", for example @DISEASE_COVID-19.
What are the runtime dependencies?
Python 3.10+ and the FastMCP library are required.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论