protocol-mcp
Allows connecting to protocols.io to access and manage wetlab protocol resources, including creating, retrieving, and updating protocols.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@protocol-mcpfind protocols for CRISPR gene editing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
protocol-mcp
MCP that connects to wetlab protocol resources, including protocols.io
Getting started
Please refer to the documentation, in particular, the API documentation.
You can also find the project on BioContextAI, the community-hub for biomedical MCP servers: protocol-mcp on BioContextAI.
Related MCP server: LabArchives MCP Server
Installation
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing uv.
There are several alternative options to install protocol-mcp:
1. Use uvx to run it immediately
After publication to PyPI:
uvx protocol_mcpOr from a Git repository:
uvx git+https://github.com/biocontext-ai/protocol-mcp.git@main2. Include it in one of various clients that supports the mcp.json standard
If your MCP server is published to PyPI, use the following configuration:
{
"mcpServers": {
"protocol-mcp": {
"command": "uvx",
"args": ["protocol_mcp"]
}
}
}In case the MCP server is not yet published to PyPI, use this configuration:
{
"mcpServers": {
"protocol-mcp": {
"command": "uvx",
"args": ["git+https://github.com/biocontext-ai/protocol-mcp.git@main"]
}
}
}For purely local development (e.g., in Cursor or VS Code), use the following configuration:
{
"mcpServers": {
"protocol-mcp": {
"command": "uvx",
"args": [
"--refresh",
"--from",
"path/to/repository",
"protocol_mcp"
]
}
}
}If you want to reuse and existing environment for local development, use the following configuration:
{
"mcpServers": {
"protocol-mcp": {
"command": "uv",
"args": ["run", "--directory", "path/to/repository", "protocol_mcp"]
}
}
}3. Install it through pip:
pip install --user protocol_mcp4. Install the latest development version:
pip install git+https://github.com/biocontext-ai/protocol-mcp.git@mainContact
If you found a bug, please use the issue tracker.
Citation
t.b.a
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol (MCP) server that enables MCP clients like Claude Desktop to interact with protocols.io, a popular platform for sharing scientific protocols and methods.Last updated1015MIT
- Alicense-qualityAmaintenanceConnects AI assistants to LabArchives electronic lab notebooks, enabling querying, semantic search, page navigation, and file uploads with provenance tracking.Last updated5MIT

Elnora MCP Serverofficial
Alicense-qualityBmaintenanceConnects AI agents to the Elnora bioprotocol optimization platform, enabling generation, management, and optimization of wet-lab protocols through natural language.Last updated2083Apache 2.0- Alicense-qualityBmaintenanceEnables natural language interaction with the Labguru laboratory management system, providing 63 tools across experiments, protocols, inventory, and more.Last updatedMIT
Related MCP Connectors
AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/biocontext-ai/protocol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server