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 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
Spiceflow is a lightweight, type-safe API framework for building web services using modern web standards, featuring Zod validation, OpenAPI spec generation, and Fern support for documentation and SDKs.
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.
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.
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 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.
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.
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
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.
This repository provides a TypeScript implementation of a Model Context Protocol (MCP) client, enabling LLM agents to interact with MCP servers through stdio or HTTP+SSE transports, supporting resources, tools, prompts, and sampling.