mobile-dev-mcp-server
This is a MCP designed to manage and interact with mobile devices and simulators.
GitHub Stars
39
User Rating
Not Rated
Favorites
0
Views
24
Forks
12
Issues
0
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
1Clone this repository
2Navigate to the project directory
3Build the project:
dotnet build4Configure with VS Code or other client:
json
"mcp-server-mobiledev": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"/Users/jsuarezruiz/GitHub/mobile-dev-mcp-server/src/MobileDevMcpServer.csproj"
]
}
Additional Resources
Author Information
Community Helper, Speaker, Geek, former Microsoft MVP. Senior Software Engineer at Microsoft.
@MicrosoftSevilla
2,863
Followers
404
Repositories
0
Gists
0
Total Contributions