Directory

Search MCP Servers

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

Showing 289–312 of 21,031 for Simple CLI MCP Client Using LangChain / Python

MCP 小智服务器

# MCP 小智服务器 MCP 小智服务器是一个基于 Model Context Protocol (MCP) 的智能体管理工具,可以对小智平台的智能体进行各种操作和配置。 ## 功能特性 - 修改智能体的大语言模型 - 修改智能体的 TTS 模型 - 修改智能体的角色音色 - 修改智能体的角色模板 -…

Decantr Mcp Server

# Decantr **AI Frontend Governance for production codebases touched by AI agents.** Decantr is the governance layer between product intent and AI-edited…

🌤️ Weather MCP Server

# 🌤️ Weather MCP Server **weather-mcp-server** is a simple MCP (Model Context Protocol) server that provides real-time weather alerts and forecasting data…

🧠 Simple MCP Server with Node.js

# 🧠 Simple MCP Server with Node.js This is a simple prototype of a **Model Context Protocol (MCP)** server built with Node.js and Express. It interacts with…

Simple MCP Search Server

# Simple MCP Search Server This MCP server provides access to Jina AI search and scraping tools. ## Tools - `searchWeb`: Search the web. Input: `{ query…

Egnyte MCP Server

# Egnyte MCP Server An **MCP (Model Context Protocol)** server that connects to your Egnyte domain and exposes document search and retrieval functionality for…

Gitingest-MCP

# Gitingest-MCP ![smithery badge](https://smithery.ai/badge/@puravparab/gitingest-mcp) An MCP server for [gitingest](https://github.com/cyclotruc/gitingest)…

MCP SSE Client Python

MCP SSE Client Python is a Python toolkit for connecting to and interacting with remote Model Context Protocol (MCP) endpoints over Server-Sent Events (SSE)…

MCP File System Server

# MCP File System Server A simple Model Context Protocol (MCP) server providing file system operations. This server offers a clean API for performing file…

Prisma MCP Server

# Prisma MCP Server This package provides a Model Context Protocol (MCP) server that acts as an interface to a database managed by Prisma ORM. It allows…

Hologres MCP Server

# Hologres MCP Server Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases. It enables seamless communication between…

py-poetry

# py-poetry A template that has python configured for vs code with poetry. ## Running the Agent To run the agent, use the following command: ```sh python…

MCP MateusData Server

# MCP MateusData Server A TypeScript server implementing a simple **Model Context Protocol (MCP)** — a true "Hello World" example to help you understand how an…

MCP_Server_Setup

```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…