Directory

Search MCP Servers

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

Showing 49–72 of 13,092 for Simple CLI MCP Client Using LangChain / Python

Winforensics Mcp

<img src="icon.png" width="150" alt="WinForensics MCP"> # Windows Forensics MCP Server > **Windows DFIR from Linux** - A comprehensive forensics toolkit…

Simple MCP Server

# Simple MCP Server ## Setup Environment 1. Create virtual environment and activate ```bash python3 -m venv venv # Ubuntu source ./venv/bin/activate # Windows…

Everyrow

![hero](https://github.com/user-attachments/assets/254fa2ed-c1f3-4ee8-b93d-d169edf32f27) # everyrow SDK [![PyPI…

MCP Server

# MCP Server A Dart plugin for implementing [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. This plugin allows Flutter applications…

Google Scholar MCP Server

# Google Scholar MCP Server [![smithery badge](https://smithery.ai/badge/@JackKuo666/google-scholar-mcp-server)](https://smithery.ai/server/@JackKuo666/google-s…

Simple Tool Server

Simple Tool Server is a lightweight, asynchronous Python-based server that implements the Model Context Protocol (MCP) for running and managing MCP tools in…

Zenodo MCP

Tool-based LLM integration with Zenodo via the Model Context Protocol (MCP)

Simple MCP Servers

Simple MCP Servers is a repository of self-contained, single-file MCP (Model Context Protocol) servers written in Python. They are designed for easy…

MCP Demo Server

# MCP Demo Server 這是一個簡單的 Model Context Protocol (MCP) 伺服器示例專案。此專案展示了如何使用 Python 建立基本的 MCP 工具。 ## 功能特點 本專案實現了兩個簡單的 MCP 工具: - `add`: 一個簡單的加法函數,接受兩個整數並返回其總和 -…

Errol Mail

<p align="center"> <img src="errol3.png" alt="Errol-Mail Logo" width="600"> </p> <h1 align="center">Errol-Mail</h1> <p align="center"> <a…

Confluent Cloud

# Confluent MCP Server [![npm version](https://img.shields.io/npm/v/@confluentinc/mcp-confluent.svg)](https://www.npmjs.com/package/@confluentinc/mcp-confluent)…

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…

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…

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…

Python Mcp Server Sample

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