Metalab Mcp Client
Freeby MCP Community
MCP client for connecting to Metalab's MCP Gateway with OAuth 2.1 authentication
v1.6.1Added Apr 12, 2026
mcpoauthproxymodel-context-protocolauthentication
Metalab Mcp Client MCP Server
MCP client for connecting to Metalab's MCP Gateway with OAuth 2.1 authentication
Installation
npx -y metalab-mcp-client
Reviews
Installation
Quick install
npx -y metalab-mcp-client
Add to claude_desktop_config.json
{
"mcpServers": {
"metalab-mcp-client": {
"command": "npx",
"args": ["-y", "metalab-mcp-client"]
}
}
}