Unofficial Human Protein Atlas MCP Server
@Augmented-Nature
About Unofficial Human Protein Atlas MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ProteinAtlas-MCP-Server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 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,
Comments