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…
Directory
```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 A lightweight wrapper around DroneKit that exposes vehicle APIs as asynchronous MCP tools over HTTP (SSE) or messaging. ## 📖 Overview…
# Crazyrouter MCP Server — Access 627+ AI Models with One API > **One key. 627+ models. Text, image, video, audio, music, 3D — all through MCP.** [](https://github.com/Jacques-Mu…
# my-mcp-server A Model Context Protocol (MCP) server built with mcp-framework. ## Quick Start ```bash # Install dependencies npm install # Build the project…
# Voiceflow MCP Client A Node.js client for the Model Context Protocol (MCP) that integrates with remote MCP servers to provide tools for your Voiceflow Agent…
# OpenAPI MCP Server This application exposes any REST API as an MCP (Model Context Protocol) server based on its OpenAPI schema. It automatically generates…
# MCP Server for DefiLlama This repository contains a Model Context Protocol (MCP) server that provides Claude with access to DeFi data via the DefiLlama API…
# CVEX MCP Server A Model Context Protocol (MCP) server for interacting with the CVEX Trading API. This server allows Claude to interact with the CVEX trading…
# Riksdagen MCP Server This project implements a Model Context Protocol (MCP) server that allows Claude to search the Swedish Parliament (Riksdagen) document…
A simple, working example of a Model Context Protocol (MCP) server that lets you play the classic Lemonade Stand game through Claude Desktop.
Allows controlling Roblox Studio from MCP clients.
This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.
# Model Context Protocol servers This repository is a collection of *reference implementations* for the [Model Context…
MCP server for unified AI thinking partner across Claude Desktop and Code
MCP server with tools for manipulating notes and support for Claude desktop
# MCP Opsbeacon Server An MCP (Model Context Protocol) server implementation for Opsbeacon operations. This server allows you to interact with the Opsbeacon…
# pg-aiguide **AI-optimized PostgreSQL expertise for coding assistants** pg-aiguide helps AI coding tools write dramatically better PostgreSQL code. It…
# mineru-mcp MCP server for [MinerU](https://mineru.net) document parsing API — extract text, tables, and formulas from PDFs, DOCs, and images. ## Features -…
# MCP Tools A custom Model Context Protocol (MCP) server implementation that provides file system and command execution tools for Claude Desktop and other LLM…
# 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…