MCP.so
ログイン

MCP Client Toolkit

@tileshq

MCP Client Toolkit について

TypeScript client library and utilities for remote Model Context Protocol (MCP) servers

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

tileshq

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Client Toolkit?

A TypeScript client library and utilities for connecting to and interacting with remote Model Context Protocol (MCP) servers, including OAuth authentication, tool discovery, and CLI commands.

How to use MCP Client Toolkit?

Import the library and create an MCPClient instance with an OAuth handler and callback port, then call connect() with the server URL. Use the exported CLI utility functions (listTools, showToolDetails, callTool) to interact with the connected server.

Key features of MCP Client Toolkit

  • OAuth 2.0 authentication support (BrowserOAuthHandler, CustomOAuthHandler)
  • Automatic transport fallback (HTTP → SSE)
  • Connection management via ConnectionManager
  • Tool discovery and execution
  • Real-time notifications
  • CLI utilities for listing, viewing, and calling tools

Use cases of MCP Client Toolkit

  • Connect to a remote MCP server with OAuth authentication
  • Discover and

コメント

「開発者ツール」の他のコンテンツ