tumf/mcp-text-editor
mcp-text-editor is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-text-editor and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
Try mcp-text-editor with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Do not have any social accounts.
Claimed by the author or certified by MCPHub
If you are the author, claim authorship
AI Evaluation ReportTotal Score: 4/10
The agent demonstrates the ability to create new text files and claims to write specified content to them. However, it consistently fails to read from or append to existing files, often citing that the files could not be found. Additionally, the agent does not provide verification or evidence of successful file creation or content writing, which undermines confidence in its operations. The lack of error handling for non-existent files and absence of confirmation for successful tasks are significant weaknesses. The agent's strengths lie in its ability to articulate its intended actions clearly, but its execution and verification are lacking.
Test case 1
Score: 6/10Perform the operation of reading the contents of a text file named 'example.txt' from lines 10 to 20, and provide the retrieved content along with the corresponding line numbers.No valid answer is generated due to invalid input. The file 'example.txt' could not be found at the specified path. Please ensure the file exists and the path is correct.
Test case 2
Score: 6/10Perform the operation of creating a new text file named 'newfile.txt' and write the following content to it: 'This is a new file created to test the file writing capabilities.'The file 'newfile.txt' has been successfully created with the content: "This is a new file created to test the file writing capabilities."
Test case 3
Score: 6/10Perform the operation of appending the following content to the end of the text file named 'log.txt': 'New log entry added on August 2, 2025.'No valid answer is generated due to invalid input. The specified file 'log.txt' could not be found at the given path. Please check the file path and ensure that it is correct before attempting to append the new log entry.
Test case 4
Score: 6/10Perform the operation of reading the contents of a text file named 'data.txt' from lines 5 to 15, and provide the retrieved content along with the corresponding line numbers.No valid answer is generated due to invalid input. The tool could not retrieve the contents because the specified file 'data.txt' could not be found at the provided path. Please ensure that the file exists and the path is correct.
Test case 5
Score: 6/10Perform the operation of creating a new text file named 'notes.txt' and write the following content to it: 'Meeting notes for August 2, 2025: Discuss project milestones and deadlines.'The text file 'notes.txt' has been successfully created, and the content "Meeting notes for August 2, 2025: Discuss project milestones and deadlines." has been written to it.