Directory

Search MCP Servers

Explore 23,068 servers by name, category, or capability

Showing 145–168 of 21,031 for Simple CLI MCP Client Using LangChain / Python

Crawlab MCP Server

# Crawlab MCP Server This is a Model Context Protocol (MCP) server for Crawlab, allowing AI applications to interact with Crawlab's functionality. ## Overview…

MCP Calculator Demo

# MCP Calculator Demo A demonstration project showcasing a calculator service using the MCP (Model Control Protocol) framework. This project consists of a…

Blockchain CLI in Rust

A simple blockchain implementation in Rust featuring SHA-256 hashing, CLI interface, and MCP server integration. Demonstrates core blockchain concepts through…

MicroFn MCP Server (Python)

# MicroFn MCP Server (Python) This is a FastMCP server for the MicroFn project. It exposes MCP tools for integration and automation. --- ## Features - **Ping…

Voyageai Cli

MCP server for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search. Provides 11 tools for semantic search, document ingestion, cost estimation…

Vernclaw Connect Cli

Official command-line interface for Vernclaw Connectors. Vernclaw Connect CLI gives AI agents and automation scripts JSON-first access to SEO metrics, YouTube…

Quack MCP Server

# Quack MCP Server Quack is a continuous integration server built as an MCP server that automates code analysis and testing for Python code. It provides tools…

MCP Client-Server Python Example

This project demonstrates a simple client-server implementation of the Model Context Protocol (MCP), an open protocol by Anthropic that enables large language…

MCP Server and Client

# MCP Server and Client This project demonstrates a simple implementation of an MCP server and client. ## Running the Server ```bash python mcp_server.py ```…

Govee MCP Server

An MCP server for controlling Govee LED devices through the Govee API. It provides both an MCP tool interface for clients like Cline and a standalone…

MCP Server SSH Server

# MCP Server SSH Server [![PyPI version](https://img.shields.io/pypi/v/m2m-mcp-server-ssh-server.svg)](https://pypi.org/project/m2m-mcp-server-ssh-server/)…

Python Mcp Server Sample

### uvのインストール ``` curl -LsSf https://astral.sh/uv/install.sh | sh ``` ### Pythonプロジェクトを作成 ``` # mcp-server-demoというPythonプロジェクトを作成 uv init mcp-server-demo ```…