-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Add mcp server: Computer-Use - Remote MacOS Use #1019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
evalstate
merged 40 commits into
modelcontextprotocol:main
from
baryhuang:add_mcp_server_remote_macos_use
Apr 23, 2025
Merged
Add mcp server: Computer-Use - Remote MacOS Use #1019
evalstate
merged 40 commits into
modelcontextprotocol:main
from
baryhuang:add_mcp_server_remote_macos_use
Apr 23, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MCP Server that enables seamless integration between Claude AI and Arduino (ESP32), allowing AI-powered control of hardware peripherals such as motors, sensors, and actuators. This project provides a robust framework for building intelligent, connected robots and automation systems using Model Context Protocol (MCP).
Add official MCP integration with Mailgun
The first MCP server that serves as the bridge between AI and BNB Chain, enabling AI agents to execute complex on-chain operations through seamless integration with the BNB Chain, including transfer, swap, launch, security check on any token and even more.
Added APIMatic MCP Server in Third-Party Servers.
evalstate
approved these changes
Apr 23, 2025
PazerOP
referenced
this pull request
in PazerOP/mcp-template
Jul 15, 2025
Add mcp server: Computer-Use - Remote MacOS Use
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
A new MCP server implementation that enables LLMs to remotely control MacOS machines through native screen sharing functionality. This server uniquely leverages MacOS's built-in VNC capabilities without requiring additional software installation on target machines. This enables next stage of fully autonomous AI agent.
Server Details
Motivation and Context
This implementation addresses several key challenges in the LLM-controlled computer use space:
Integrates seamlessly with Claude Desktop as the UI layer
How Has This Been Tested?
Tested with Claude Desktop on Mac to instruct remote M4 Mac-Mini hosted in MacStadium to perform tasks including twitter, notion, gmail operations etc.
Breaking Changes
N/A
Types of changes
Checklist
Additional context