MCP.so
登录

Simple MCP Feature Sample

@edom18

关于 Simple MCP Feature Sample

This repository demonstrates how to set up and implement basic MCP server that integrates with Claude Desktop.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

edom18

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Simple MCP Feature Sample?

The Simple MCP Feature Sample is a demonstration project that provides example implementations of MCP (Model Context Protocol) features. It includes server scripts that integrate with Claude Desktop and custom MCP clients, showcasing text-processing tools like reverse-text and uppercase, as well as a profile-data tool.

How to use Simple MCP Feature Sample?

Use the provided shell scripts to launch demos: run single-client-launch-demo.sh for a single client or multi-client-launch-demo.sh for multiple clients. For Claude Desktop integration, add the server configuration to your Claude Desktop config file with the command python and the path to the server script (e.g., simple_server.py or data_server.py). Ensure you use the full path to Python if you encounter a command not found error.

Key features of Simple MCP Feature Sample

  • Demonstrates MCP server setup and basic integration
  • Provides two text-processing tools: reverse-text and uppercase
  • Includes a profile-data tool for data queries
  • Supports both single-client and multi-client demo modes
  • Works with Claude Desktop and custom MCP clients

Use cases of Simple MCP Feature Sample

  • Learning how to set up an MCP server for AI assistant integration
  • Testing MCP client functionality with multiple servers
  • Demonstrating text reversal and uppercasing via AI queries
  • Exploring custom MCP client development with sample servers

FAQ from Simple MCP Feature Sample

What tools does the Simple MCP Feature Sample provide?

The simple server provides reverse-text and uppercase tools; the data server provides a profile-data tool.

How do I install the Simple MCP Feature Sample for Claude Desktop?

Add a configuration entry to your Claude Desktop config file with the command python and the path to the server script, e.g., /path/to/simple-mcp-sample/server/simple_server.py.

What if I get a "command not found" error when launching the server?

Specify the full path to your Python executable instead of just python.

Does the Simple MCP Feature Sample work with clients other than Claude Desktop?

Yes, it also works with the simple MCP clients developed by the project author.

How do I launch the demo scripts?

Run single-client-launch-demo.sh for a single client or multi-client-launch-demo.sh for multiple clients in a shell.

评论

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