Unofficial Human Protein Atlas MCP Server
@Augmented-Nature
关于 Unofficial Human Protein Atlas MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ProteinAtlas-MCP-Server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Unofficial Human Protein Atlas MCP Server?
The Unofficial Human Protein Atlas MCP Server is a Model Context Protocol (MCP) server that provides programmatic access to Human Protein Atlas data, including protein expression, subcellular localization, pathology, and more. It is designed for researchers and developers needing to query protein information through MCP-compatible clients.
How to use Unofficial Human Protein Atlas MCP Server?
Install Node.js 18 or higher, run npm install and npm run build in the server directory, then start with npm start or node build/index.js. Integrate with any MCP client by adding the server’s command (e.g., "node") and path to build/index.js under the client’s mcpServers configuration.
Key features of Unofficial Human Protein Atlas MCP Server
- Search proteins by name, gene symbol, or description.
- Access tissue-specific expression profiles.
- Retrieve subcellular localization data.
- Obtain cancer and pathology information.
- Batch process multiple protein queries efficiently.
- Compare expression profiles across proteins.
Use cases of Unofficial Human Protein Atlas MCP Server
- Search for BRCA1 and retrieve detailed protein information.
- Get tissue expression for multiple genes using comparison.
- Find breast cancer prognostic markers.
- Look up multiple proteins at once with batch processing.
- Access blood or brain expression data for specific genes.
FAQ from Unofficial Human Protein Atlas MCP Server
What are the prerequisites for running the server?
Node.js 18 or higher and npm or yarn package manager are required.
How do I integrate this server with my MCP client?
Add an entry to your client’s mcpServers configuration with "command": "node" and "args": ["/path/to/proteinatlas-server/build/index.js"].
What data sources does the server access?
It accesses data from Human Protein Atlas, Tissue Atlas, Blood Atlas, Brain Atlas, Pathology Atlas, and Cell Atlas.
Are there any rate limits?
The server implements rate limiting to respect the Human Protein Atlas API; for batch operations, break large requests into smaller chunks.
What output formats are supported?
Formats include json, tsv, xml, and trig depending on the tool; json is the default.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论