MCP.so
登录

Simple MCP Server

@phongvu009

关于 Simple MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

phongvu009

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Simple MCP Server?

A simple example using the MCP Python SDK from Anthropic, implementing stdio transport (local). It serves as a basic reference for building MCP servers.

How to use Simple MCP Server?

Create a virtual environment with uv venv, activate it, install dependencies with uv sync, then run with mcp dev server.py.

Key features of Simple MCP Server

  • Built with MCP Python SDK
  • Uses stdio transport type
  • Simple local execution
  • Minimal setup with uv

Use cases of Simple MCP Server

  • Learning how to set up an MCP server
  • Testing MCP SDK functionality locally
  • Reference implementation for custom MCP servers

FAQ from Simple MCP Server

What transport does Simple MCP Server use?

It implements stdio transport type (local).

What dependencies are required?

Requires the MCP Python SDK and uv for environment management.

How do I run the server?

Activate the virtual environment and run mcp dev server.py.

评论

其他 分类下的更多 MCP 服务器