# MCP-Chinese-Getting-Started-Guide

> MCP Server

This repository provides a quick start guide for Model Context Protocol (MCP) programming, focusing on building MCP servers with tools for large language models. It uses Python and the `uv` package manager.

## Overview

- **Category:** AI
- **Stars:** 3557
- **Forks:** 11
- **Owner:** liaokongVFX
- **GitHub:** https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide
- **Created:** 2025-03-01T15:47:55+00:00
- **Updated:** 2025-03-28T17:46:54+00:00
- **Source:** https://model-context-protocol.com/servers/mcp-chinese-programming-quick-start-guide

## Setup

## Setup

```shell
# åå§åé¡¹ç®
uv init mcp_getting_started
cd mcp_getting_started

# åå»ºèæç¯å¢å¹¶è¿å¥èæç¯å¢
uv venv
.venv\Scripts\activate.bat

# å®è£ä¾èµ
uv add "mcp[cli]" httpx openai
```

## Tools

## Available Tools

1. Resources (managing external data sources)
2. Prompts (generating prompt templates)
3. Tools (defining and executing external functions)
4. Sampling (intercepting and modifying tool execution)
5. Roots (managing root directories)
6. Transports (handling communication protocols like stdio and SSE)
