A browser-based MCP (Model Context Protocol) client for connecting to and interacting with remote MCP-compatible servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-assistant": {
"command": "npx",
"args": [
"-y",
"zonlabs/mcp-assistant"
]
}
}
}
Run in terminal:
claude mcp add mcp-assistant npx -y zonlabs/mcp-assistant
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-assistant": {
"command": "npx",
"args": [
"-y",
"zonlabs/mcp-assistant"
]
}
}
}