Sonarr MCP Server
# Sonarr MCP Server [](https://github.com/Jacques-Mu…
Directory
# Sonarr MCP Server [](https://github.com/Jacques-Mu…
# Hologres MCP Server Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases. It enables seamless communication between…
# ProdPoke MCP Server > **A QA tester inside your AI.** Chat with ProdPoke from Claude, Cursor, or any MCP > client. It launches real Playwright browsers…
This is my Example of MCP Server for connect to books service, for my blog
# Jentic SDK & MCP Plugin [Beta] Jentic MCP empowers AI agent builders to discover and integrate external APIs and workflows rapidly—without writing or…
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…
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  ](https://modelcontextprotocol.io/) servers. This plugin allows Flutter applications…
The **Masumi Model Context Protocol (more on MCPs [here](https://modelcontextprotocol.io/introduction)) Server** is the gateway to the Masumi Network…
# genius-mcp-server Un servidor [Model Context Protocol (MCP)](https://modelcontextprotocol.io) para interactuar con la [API de…
# 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…
A web client for managing MCP servers and tools
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 A demonstration project showcasing a calculator service using the MCP (Model Control Protocol) framework. This project consists of a…
Demo of MCP server with HTTP SSE and a client
Speeds up installing Smithery MCP servers onto multiple clients
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 A command-line client for connecting to Model Context Protocol (MCP) servers, specifically designed to work with Atlassian's…
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…
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-client_EAG-S-4 - Local Setup This repository provides a minimal implementation to set up and interact with the **MCP (Modular Computation…
```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…