Comet Mcp
# comet-mcp [](https://www.npmjs.com/package/comet-mcp) **Give Claude Code a browser that thinks.**…
Directory
# comet-mcp [](https://www.npmjs.com/package/comet-mcp) **Give Claude Code a browser that thinks.**…
# MCP Client-Server Seminar Project This project demonstrates a basic client-server MCP implementation using [Python…
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 https://modelcontextprotocol.io/quickstart/server Install [uv](https://docs.astral.sh/uv/getting-started/installation/), on macOS…
A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.
# 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 is an MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content. It is designed for developers and…
MCP server tailored to connecting web crawler data and archives
<div align="center"> <img src="electron/icon.png" alt="ChatCrystal" width="120" /> # ChatCrystal **Turn your AI conversations into searchable knowledge**…
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 This project demonstrates a simple implementation of an MCP server and client. ## Running the Server ```bash python mcp_server.py ```…
**English** | [中文](https://github.com/theriseunion/awesome-mcp-servers/blob/main/README_cn.md) # MCP Servers for Developers ## Introduction This document…
```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 is a two-component system that provides WhatsApp functionality through the Model Context Protocol (MCP). It consists of an 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 A Model Context Protocol (MCP) server that integrates with ElevenLabs text-to-speech API, featuring both a server component and a…
# AccesibilityHub MCP Server for orchestrating web accessibility tools (axe-core, Pa11y, Lighthouse). Analyze web pages, check color contrast, get Lighthouse…
# MCP SSE Launcher A Python-based management system for Model Context Protocol (MCP) servers that automatically wraps stdio-based servers with Supergateway to…
MCP server that provides Manus-like capabilities
An unofficial MCP server that integrates with the Recruit Web Service Hot Pepper Gourmet API. It provides tools and resources for searching Japanese…
Test web pages and HTML for accessibility issues and WCAG compliance using Axe-core and Puppeteer.
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…
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…
Fetches and converts web content, ideal for data extraction and web scraping.