Back
mcp-server
by FitzQ
|
| Version | 1.0 |
| Zip size | 104 KiB |
| License | n/a |
| Updated | 18/08/2025 |
| Downloads | 759 |
| MD5 | a52a3026ec15153c2fff1ff58f0b1436 |
App Details
This project is an MCP Server for Nintendo Switch, providing the following features:
- tools
- Controller button control injection (supports buttons, joysticks, six-axis, etc.)
- Get the current ns screen frame
- resources
- prompts
Listening port is 12345
Switch location: Hekate Toolbox -> Background Services -> mcp-server
client connection config:
{
"servers": {
"switch-mcp-server": {
"type": "streamableHttp",
"url": "http://{your switch ip}:12345/mcp"
}
}
}
Current known issues
Sometimes the service won't start, but restarting the switch will fix it. This is because the program requests 2MB of heap memory when it starts. It's only 2MB... If it's smaller, the function that retrieves the NS image won't work properly.
Changelog
Initial release