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., "@mcp-rfc-editorCreate a new RFC draft titled 'Modern Auth' and add an Introduction section"
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.
mcp-rfc-editor
An MCP (Model Context Protocol) server for editing RFC TXT documents using the rfc-editor Python library.
Installation
pip install mcp-rfc-editorUsage
CLI
python -m mcp_rfc_editorProgrammatic
from mcp_rfc_editor import main
main()MCP Tools
The server exposes the following tools:
load_rfc- Load and parse an RFC TXT filecreate_rfc- Create a new empty RFC documentsave_rfc- Save an RFC document to TXT formatset_title- Set the document titleset_abstract- Set the document abstractadd_section- Add a new sectionupdate_section- Update an existing sectiondelete_section- Delete a sectionlist_sections- List all sections in the documentset_copyright- Set copyright noticeset_authors- Set document authorsto_dict- Convert document to dictionary
Development
Requirements
Python 3.11+
mcp
rfc-editor
Setup
pip install -e ".[dev]"Testing
pytest tests/Linting
black src/ tests/
ruff check src/ tests/This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.