MCP.so
Sign In
Servers

Simple MCP Feature Sample

@edom18

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

Overview

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.

Tags

More from Other