MCP Client Toolkit
@tileshq
About MCP Client Toolkit
TypeScript client library and utilities for remote Model Context Protocol (MCP) servers
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Developer Tools MCP servers
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Comments