mcp-host-client

MCP Host Clientは、Rustで書かれたTauriベースのデスクトップアプリケーションで、モデルコンテキストプロバイダー(MCP)クライアントとして機能します。JSON-RPCを介してサーバーと通信し、ツールのリスト表示や指定したツールの呼び出しを行うことができます。これにより、ユーザーは簡単にMCPサーバーと対話できます。

GitHubスター

1

ユーザー評価

未評価

お気に入り

0

閲覧数

9

フォーク

0

イシュー

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
  1. Install prerequisites

    • Rust + Cargo
    • Node.js + pnpm (for frontend)
    • Tauri CLI: cargo install tauri-cli

FnIKPeVNAy

License

Distributed under the MIT License. See LICENSE for details.

Recommended IDE Setup