I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Servers
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
MCP Servers Collection
This repository contains a collection of Model Context Protocol (MCP) servers that demonstrate various functionality and use cases for the MCP ecosystem. Each server implements specific tools that can be used by MCP clients.
Overview
MCP (Model Context Protocol) provides a standardized way for models to access external tools and resources. These servers implement the protocol to offer various services that can be consumed by MCP-compatible clients.
mcp-calculator-server
A basic calculator server that provides arithmetic operations through MCP tools:
- Features: Basic arithmetic operations (add, subtract, multiply, divide)
- Dependencies: @modelcontextprotocol/sdk, zod
-
Usage:
cd mcp-calculator-server && npm start
mcp-calculator-sse-server
An enhanced version of the calculator server that uses Server-Sent Events (SSE) for real-time communication:
- Features: Same arithmetic capabilities as the basic calculator but with streaming responses
- Dependencies: @modelcontextprotocol/sdk, express, cors, zod
-
Usage:
cd mcp-calculator-sse-server && npm start
mcp-weather-server
A server that provides weather information through MCP tools:
- Features: Weather data retrieval
- Dependencies: @modelcontextprotocol/sdk
-
Setup:
cd mcp-weather-server && npm run build
-
Usage: As a command-line tool:
weather
mcp-file-manager-server
A comprehensive file management server that provides various file system operations:
-
Features:
- List directories
- Read and write files
- Delete files
- Move/rename files
- Get file metadata
- Search files using glob patterns
- Dependencies: @modelcontextprotocol/sdk, glob, zod
-
Setup:
cd mcp-file-manager-server && npm run build
-
Usage:
cd mcp-file-manager-server && npm start
Common Pattern
All servers in this collection:
- Use the MCP SDK (
@modelcontextprotocol/sdk
) - Implement one or more tools that follow the MCP specification
- Use Zod for input validation
- Provide specific functionality accessible through a standardized interface
Getting Started
To use any of these servers:
- Navigate to the server directory
- Install dependencies with
npm install
- Build the server if necessary (TypeScript-based servers)
- Start the server with
npm start
Integration with MCP Clients
These servers can be used with any MCP-compatible client, including:
- AI agents that implement the MCP protocol
- Web applications that use MCP for accessing external tools
- Command-line interfaces that support MCP
Contributing
To add a new MCP server to this collection:
- Create a new directory with the pattern
mcp-{functionality}-server
- Implement the server using the MCP SDK
- Include appropriate documentation
- Update this README with information about the new server
License
MIT
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Therapist adept at identifying core issues and offering practical advice with images.
Reviews

user_fVrkHC6z
I've been using the amadeus-mcp-server by BogdanDubenets for several months now, and it has significantly improved our server management processes. The tool is user-friendly, reliable, and supports multiple languages. It integrates smoothly with existing systems, making our workflow more efficient. Highly recommend!