Enables searching, retrieving, creating, and managing scientific protocols and their steps on the protocols.io platform, including protocol metadata management and step-by-step procedure handling.
Protocols.io MCP Server
A 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.
Available Tools
The server provides the following tools that can be used by MCP clients:
Search and Retrieval
search_public_protocols
- Search for public protocols by keywordget_protocol
- Get basic protocol information by IDget_protocol_steps
- Get detailed steps for a specific protocolget_my_protocols
- Retrieve all protocols from your account
Protocol Creation and Management
create_protocol
- Create a new protocol with title and descriptionupdate_protocol_title
- Update the title of an existing protocolupdate_protocol_description
- Update the description of an existing protocol
Step Management
set_protocol_steps
- Replace all steps in a protocoladd_protocol_step
- Add a single step to the end of a protocoldelete_protocol_step
- Delete a specific step from a protocol
Requirements
- Python 3.10 or higher
- protocols.io account with API access token
- MCP client (such as Claude Desktop)
Installation
Quick Start with Docker
Install the package using pip
Configuration
Environment Variables
Before running the server or tests, you must set your protocols.io API access token:
To obtain an API token:
- Visit protocols.io/developer
- Sign in to your account
- Go to API clients section and add a new client
- Copy the generated client access token and set it in your environment
Usage
Command Line Interface
Run the MCP server with various transport options:
CLI Options
Integration with Claude Desktop
To use this server with Claude Desktop, add the following configuration to your claude_desktop_config.json
:
Troubleshooting
MCP protocols-io: spawn protocols-io-mcp ENOENT
This error indicates that Claude Desktop cannot find the protocols-io-mcp
command. To resolve this:
- Make sure you have installed the
protocols-io-mcp
package globally using pip. - Change the
command
field in yourclaude_desktop_config.json
to the full path of theprotocols-io-mcp
executable. You can find the path by running: - Your final configuration should look like:
Development
Running Tests
Ensure you have set the PROTOCOLS_IO_CLIENT_ACCESS_TOKEN
environment variable, then run:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A 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.
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.Last updated -11,35226MIT License
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -305
- -securityAlicense-qualityA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.Last updated -53MIT License
- AsecurityAlicenseAqualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -1213MIT License