Sometimes you want to create a beautiful summary of your conversation, but not the whole thing. Using the TextEdit-MCP tool is a good option, but its install script is only designed to set it up for Claude’s desktop app.
If you install it with using the install.sh script as instructed, you can use it from LM Studio by inserting the following code into the mcp.json file:
}
{
"mcpServers": {
"textedit": {
"command": "/Users/<your-username-here>/Library/Application Support/Claude/MCP/textedit-mcp"
}
}
}
If you already have one or more MCP servers set up there, add a comma after the closing curly brace of the last server, and just insert:
"textedit": {
"command": "/Users/<your-username-here>/Library/Application Support/Claude/MCP/textedit-mcp"
}
Don’t forget to replace <your-username-here> with your username / home folder name!