mcp-host-client
The MCP Host Client is a Tauri-based desktop application written in Rust that functions as a Model Context Provider (MCP) client. It communicates with a server via JSON-RPC and allows users to list available tools and call specified tools with arguments. This enables easy interaction with the MCP server.
GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
0
Favorites
0
README
MCP Host Client
This is a Tauri-based desktop application written in Rust that acts as a Model Context Provider (MCP) client. It launches a separate MCP server binary, communicates via JSON-RPC over stdin/stdout, and exposes two commands to the frontend:
- list_tools: Lists all tools available in the server
- call_tool: Calls a specified tool with a set of arguments
Getting Started
Install prerequisites
- Rust + Cargo
- Node.js + pnpm (for frontend)
- Tauri CLI:
cargo install tauri-cli
License
Distributed under the MIT License. See LICENSE for details.