MCP server providing cut, copy, paste, and undo operations for AI-assisted coding agents
{
"mcpServers": {
"fastmcp-mecut-copy-paste": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/cut-copy-paste-mcp"
]
}
}
}