MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MODEL CONTEXT PROTOCOL

创建于 1/9/2026
更新于 1 day ago
Repository documentation and setup instructions

Getting Started with MCP in Your Python Project

These instructions are adapted from the original GitHub MCP Python SDK Repository: Model Context Protocol Python SDK.

We will use uv to manage your Python projects for a streamlined and reproducible setup.

1. Initialize a New uv-Managed Project

If you're starting fresh, initialize a new project:

uv init mcp-server-demo
cd mcp-server-demo

You can then copy the server.py file in your new project.

2. Add MCP to Your Project

Add the MCP package, including the CLI tools, as a dependency:

uv add "mcp[cli]"

3. Run the MCP Development Tools

To use the MCP CLI with uv:

uv run mcp

3. Interact with the Tool

If you have Claude Desktop, you can start interacting with the tool from the UI by running the following command:

uv mcp install server.py

You can follow this tutorial for a step by step initialziation.

Alternatively, you can test it with the MCP Inspector:

uv mcp dev server.py
快速设置
此服务器的安装指南

安装包 (如果需要)

uvx mcp-

Cursor 配置 (mcp.json)

{ "mcpServers": { "markjukerburg-mcp": { "command": "uvx", "args": [ "mcp-" ] } } }