Directory

Search MCP Servers

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

Showing 385–408 of 20,586 for MCP FastAPI Client

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…

Supabase MCP Server

# Supabase MCP Server <p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/4a363bcd-7c15…

MCP Weather Server

A lightweight Model Context Protocol (MCP) server designed for handling weather data, with a Command-Line Interface (CLI) client for interaction. This project…

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…

Cloudflare MCP Server

# Cloudflare MCP Server Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) for managing context…

agent-twitter-client-mcp

A Model Context Protocol (MCP) server that integrates with X using the @elizaOS `agent-twitter-client` package, allowing AI models to interact with Twitter…

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…

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…

Juhe Mcp Server

# mcp-proxy ![GitHub License](https://img.shields.io/github/license/sparfenyuk/mcp-proxy) ![PyPI - Python…

Outlook MCP Server

# 🤖 Outlook MCP Server **AI-powered email management for Microsoft Outlook** - Search, compose, organize, and batch forward emails with natural language…

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…

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…

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…

mcp-server

# mcp-server ## Install ```bash npm i @togethercrew.dev/mcp-server yarn add @togethercrew.dev/mcp-server pnpm add @togethercrew.dev/mcp-server ``` ## Inspector…

MCP-CLIENT-BROSWER

TypeScript SDK for using large language models with an MCP server directly in the browser, powered by Cherry Studio's prompt templates.

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…