Directory

Search MCP Servers

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

Showing 73–96 of 3,260 for Openmcp Client

Sonarr MCP Server

# Sonarr MCP Server [![CI/CD Pipeline](https://github.com/Jacques-Murray/sonarr-mcp-server/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/Jacques-Mu…

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…

Prodpoke

# ProdPoke MCP Server > **A QA tester inside your AI.** Chat with ProdPoke from Claude, Cursor, or any MCP > client. It launches real Playwright browsers…

Jentic

# Jentic SDK & MCP Plugin [Beta] Jentic MCP empowers AI agent builders to discover and integrate external APIs and workflows rapidly—without writing or…

SSE-based Server and Client for

It demonstrates a Server-Sent Events (SSE) based MCP server and a standalone MCP client that uses tools from the server. This pattern enables decoupled…

Edonyzpc MCP

MCP is a collection of Model Context Protocol servers and clients designed for use with large language models. It includes a weather server for US weather data…

Backlog MCP Server

# Backlog MCP Server ![MIT License](https://img.shields.io/badge/license-MIT-green.svg) ![Build](https://github.com/nulab/backlog-mcp-server/actions/workflows/c…

MCP Server

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

Masumi MCP Server

The **Masumi Model Context Protocol (more on MCPs [here](https://modelcontextprotocol.io/introduction)) Server** is the gateway to the Masumi Network…

genius-mcp-server

# genius-mcp-server Un servidor [Model Context Protocol (MCP)](https://modelcontextprotocol.io) para interactuar con la [API de…

Victron Vrm Mcp — Mcp Server

# Victron VRM MCP — MCP Server MCP server for Victron Energy's [VRM cloud API](https://vrmapi.victronenergy.com/v2/docs). Exposes 52 VRM tools over Streamable…

DartMCP

DartMCP is a Dart implementation of the Model Context Protocol (MCP) for AI agent interactions, providing both server and client components for building…

MCP Calculator Demo

# MCP Calculator Demo A demonstration project showcasing a calculator service using the MCP (Model Control Protocol) framework. This project consists of a…

MCP Gateway, Server, and Client

It is a Model Context Protocol (MCP) gateway that converts stdio transport to HTTP with Server-Sent Events (SSE). It also includes an example MCP server and…

Atlassian MCP Server Client

# Atlassian MCP Server Client A command-line client for connecting to Model Context Protocol (MCP) servers, specifically designed to work with Atlassian's…

MCP-Server 项目文档

MCP-Server 项目文档 is a server and client implementation of the Model Context Protocol (MCP) that enables large language models (LLMs) to call external tools via…

Ksrk Mcp Server Client

MCP server to get latest information about me (for now), you can add that mcp server to claude desktop or create custom client which you can see in the file

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…