Custom MCP Client that talks to custom MCP Servers for a fully custom personal assiistant written in C++ and Python.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jarvis": {
"command": "npx",
"args": [
"-y",
"zykron1/jarvis"
]
}
}
}
Run in terminal:
claude mcp add jarvis npx -y zykron1/jarvis
Add to .cursor/mcp.json:
{
"mcpServers": {
"jarvis": {
"command": "npx",
"args": [
"-y",
"zykron1/jarvis"
]
}
}
}