Better Fetch
A powerful Model Context Protocol (MCP) server that intelligently fetches and processes web content with nested URL crawling capabilities. Transform any…
Directory
A powerful Model Context Protocol (MCP) server that intelligently fetches and processes web content with nested URL crawling capabilities. Transform any…
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…
An intelligent chat client that integrates multiple MCP servers—Filesystem, Slack, and Brave-Search—so Claude can automatically search local folders, Slack…
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…
A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.
MCP server for fetch web page content using Playwright headless browser.
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 for extracting webpage creation, modification, and publication timestamps
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
A Model Context Protocol (MCP) server that provides structured web search capabilities for AI agents and development tools. It initially uses OpenRouter for…
# MCP Server and Client This project demonstrates a simple implementation of an MCP server and client. ## Running the Server ```bash python mcp_server.py ```…
Un potente servidor de análisis de datos construido con FastMCP que proporciona herramientas especializadas para el procesamiento, análisis y visualización de…
This is a reference design for a MCP server that hosts a web page that connects back to the server via sse and allows Claude to execute javascript on the page.
# Wuying AgentBay MCP Server English | [中文](README_zh.md) [](https://opensource.org/licenses…
**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…
# 🧠 Meta-Optimized Hybrid Reasoning Framework **by Ryan Oates** **License: Dual — AGPLv3 + Peer Production License (PPL)** **Contact…
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…