
mcp servers
这个GitHub仓库托管了用于算术、天气和文件操作的MCP protocol servers,为兼容MCP的客户端提供标准化工具访问。
Repository Info
About This Server
这个GitHub仓库托管了用于算术、天气和文件操作的MCP protocol servers,为兼容MCP的客户端提供标准化工具访问。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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
Quick Start
Clone the repository
git clone https://github.com/im2nguyen/mcp-serversInstall dependencies
cd mcp-servers
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.