Directory

Search MCP Servers

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

Showing 97–120 of 12,888 for MCP Web Client

Comet Mcp

# comet-mcp [![npm version](https://img.shields.io/npm/v/comet-mcp.svg)](https://www.npmjs.com/package/comet-mcp) **Give Claude Code a browser that thinks.**…

Runno Code Sandbox

The @runno/mcp server provides a run_code tool that AI assistants can use to execute code snippets in various programming languages. It leverages the…

Simple MCP Client / Server

# Simple MCP Client / Server https://modelcontextprotocol.io/quickstart/server Install [uv](https://docs.astral.sh/uv/getting-started/installation/), on macOS…

mcp-client-and-server MCP server

# mcp-client-and-server MCP server Model Context Protocol Client and Server to chain together between clients and servers ## Components ### Resources The…

mcp-server-requests

mcp-server-requests is an MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content. It is designed for developers and…

Chatcrystal

<div align="center"> <img src="electron/icon.png" alt="ChatCrystal" width="120" /> # ChatCrystal **Turn your AI conversations into searchable knowledge**…

Jsonschema Validator Mcp

A comprehensive JSON Schema validation server implementing the Model Context Protocol (MCP) with support for JSON Schema Draft 2020-12, external references…

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

MCP Servers for Developers

**English** | [中文](https://github.com/theriseunion/awesome-mcp-servers/blob/main/README_cn.md) # MCP Servers for Developers ## Introduction This document…

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…

🚀 Chatterbox MCP Server

Chatterbox MCP Server is a two-component system that provides WhatsApp functionality through the Model Context Protocol (MCP). It consists of an MCP server…

MCP Server

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

ElevenLabs MCP Server

# ElevenLabs MCP Server A Model Context Protocol (MCP) server that integrates with ElevenLabs text-to-speech API, featuring both a server component and a…

Accessibility Hub

# AccesibilityHub MCP Server for orchestrating web accessibility tools (axe-core, Pa11y, Lighthouse). Analyze web pages, check color contrast, get Lighthouse…

MCP Server Manager

# MCP SSE Launcher A Python-based management system for Model Context Protocol (MCP) servers that automatically wraps stdio-based servers with Supergateway to…

hotpepper-gourmet-mcp-server

An unofficial MCP server that integrates with the Recruit Web Service Hot Pepper Gourmet API. It provides tools and resources for searching Japanese…

mcp_server_searXNG

mcpserversearXNG is an MCP-based network search function server that uses the SearXNG search engine for privacy-friendly web searches. It is intended for users…

Agent2AgentProtocol_MCP_servers

Building a travel booking system where a user wants to book flights, hotels, or rental cars. In this project, we simulate Travel Agents who connect to Airlines…