Janus — A universal MCP server that bridges any AI agent platform to your local environment
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"janus": {
"command": "npx",
"args": [
"-y",
"ruei2-studio/janus"
]
}
}
}
Run in terminal:
claude mcp add janus npx -y ruei2-studio/janus
Add to .cursor/mcp.json:
{
"mcpServers": {
"janus": {
"command": "npx",
"args": [
"-y",
"ruei2-studio/janus"
]
}
}
}