Directory

Search MCP Servers

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

Showing 169–192 of 20,658 for MCP HTTP Client Example

Example MCP SSE Server

# Example MCP SSE Server A Model Context Protocol (MCP) server implementation, enabling server-sent events (SSE) based communication. ## Overview Example MCP…

MCP Example

MCP Example is an MCP server that integrates with the NASA NEO (Near Earth Object) API, allowing retrieval of near-Earth object information by date range. It…

Housekeep MCP example

It is a basic example of a serverless Model Context Protocol (MCP) server built with Netlify Functions. It exposes three tools to access Housekeep trade…

MCP Server

# MCP Server A lightweight wrapper around DroneKit that exposes vehicle APIs as asynchronous MCP tools over HTTP (SSE) or messaging. ## 📖 Overview…

example-mcp-server

An example MCP (Model Context Protocol) server for Anthropic, demonstrating how to build and configure a minimal server that can be used with Claude Desktop.

Mcp Fivetran

# MCP Fivetran An MCP (Model Context Protocol) server implementation for Fivetran management. This tool allows AI assistants to interact with Fivetran through…

MCP Jenkins Server

# MCP Jenkins Server A Model Context Protocol (MCP) server that provides Jenkins integration tools. ## Features - Get Jenkins server information - List and…

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_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…

simctl-mcp

# simctl-mcp A Model Context Protocol server implementation for iOS Simulator control. [![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/ambar/…

X402 Payment Gated Http

X402 Payment Gated Http is an MCP server that lets AI agents call HTTP APIs using the x402 protocol. When an API responds with a 402 Payment Required status…

MCP Servers Collection

# MCP Servers Collection This repository hosts five Model Context Protocol (MCP) servers you can mount into Claude Desktop: 1. **line-bot** 2. **email_mcp** 3…

MCP Notes Server

# MCP Notes Server A simple MCP (Message Coordination Protocol) server that provides access to notes stored in `~/DocumentationGenerator/notes/`. ## Setup 1…