Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lucasgdb • Uncategorized
A Tauri-based desktop client that communicates with an MCP server via JSON-RPC to list and call tools.
List all available tools from an MCP server.
Call specific tools with arguments via a desktop client.
That require a Rust and Tauri based interface to interact with MCP servers.
MCP Host Client is a desktop application built with Rust and Tauri that acts as a Model Context Provider client. It launches a separate MCP server binary and communicates through JSON-RPC over stdin/stdout. The client exposes commands to list available tools and call specific tools with arguments, facilitating interaction between the frontend and the MCP server.