Add TuriX-CUA-mcp to community servers list #2538
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add TuriX-CUA-mcp to community servers list
Description
Introduce TuriX-CUA-mcp, an MCP server help you finish your task on your computer automatically, such as file management, automatically send local file to others via social media, record things from your calling MCP LLM and write it down to your local host.
Server Details
Motivation and Context
Now many of us are using LLM for collecting social news or asking for code, however, it will take you time to write it down to your local file, so I introduce this MCP to do it automatically on your computer. You just need have a check after the agent finish your task, and you could take a break when agent do this.
How Has This Been Tested?
Since the code has not been packaged to PYPI up to now, you need to download the code to your local, and create proper environment follow our README guidance. The MCP server was already tested with Claude for Desktop, Claude can import our MCP after you finish your configuration file for Claude for Desktop.
Tested it can successfully finish the task through browser, and also can conclude Claude answer into a local file like our demo does.
Confirmed correct behavior over both standard input/output and Streamable HTTP transports, following MCP specification.
Breaking Changes
No breaking changes introduced — this is an additive change. Existing MCP clients will not be affected. User just need to add a new mcp into their configuration file.
Types of changes
Checklist
Additional context