Browse and discover Model Context Protocol compatible clients.
This repository provides a basic MCP client implementation that leverages the Ollama API to retrieve MCP data, replacing the original Claude-specific code and currently supporting only stdio transport for communication.
This repository provides a Model Context Protocol (MCP) client that connects to an MCP server via SSE and displays the conversation in a chat-like UI for testing and interaction.
This repository demonstrates a durable object pattern for an MCP client, showcasing communication between a client and server. The client sends a request to the server, which processes it and
This repository provides two MCP client implementations that connect to an MCP server and send queries to Google Gemini AI. It enables Gemini to call external tools and maintains conversation
This repository hosts an MCP server designed to provide comprehensive Microsoft Office document processing capabilities, enabling users to create, edit, and manage Word, Excel, and PowerPoint files seamlessly within MCP client environments.
This repository demonstrates using the Model Context Protocol with OpenAI to build a chat-based agent. It provides a starting point for projects, but users should be aware of potential token usage costs.
ViaMCP is a client-side ViaVersion implementation designed for ModCoderPack (MCP), modifying ViaForge created by Flori2007 to enable newer Minecraft versions on older clients. ViaMCP is a client-side ViaVersion implementation designed
This repository provides a REST API and CLI client for interacting with Model Context Protocol (MCP) servers, leveraging LangChain for LLM prompts and supporting various LLM providers. It enables collaboration
This repository provides a minimal MCP client library, enabling LLM UIs to support the Model Context Protocol through an OpenAI-compatible API. It facilitates integration with locally runnable inference engines.
go-mcprotocol is a Go library and tool for accessing Programmable Logic Controllers (PLCs) using the MELSEC Communication Protocol, enabling register data collection and local file dumping. go-mcprotocol is a Go
This repository demonstrates a simple cross-platform MCP client built with Avalonia/C#. It connects to MCP servers, enabling users to leverage AI for various tasks, showcasing integration with services like DuckDuckGo and SQLite.
The http4k MCP Desktop Client is a command-line tool that acts as a proxy for desktop applications to communicate with MCP servers via StdIO. It supports various remote transport and
This repository provides a React application for interacting with Model Context Protocol (MCP) servers via Server-Sent Events, featuring a user-friendly interface, real-time communication, and screenshot previews. This repository provides a
The mcp-langchain-ts-client repository provides a LangChain.js client for the Model Context Protocol, porting the original Python implementation to JavaScript/TypeScript, enabling the use of MCP tools within LangChain.js applications.
Laravel MCP is a package that implements the Model Context Protocol, enabling communication between AI models and Laravel applications through standardized interfaces with features like tool registration and resource management.