MCP.so
Sign In

MCP Server Demo

@chitta-behera

About MCP Server Demo

MCP Server Demo Implementation

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

chitta-behera

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-demo-chitta-behera": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server Demo?

It is a demonstration implementation of an MCP (Model Control Protocol) server and client that uses AWS Bedrock’s Claude 3.5 Sonnet model. It is intended for developers exploring MCP server-client patterns.

How to use MCP Server Demo?

Install dependencies with pip install -e ., configure AWS credentials for Bedrock access, then start the server with python server.py and run the client with python client.py.

Key features of MCP Server Demo

  • Simple addition tool
  • Greeting resource
  • AWS Bedrock integration with Claude 3.5 Sonnet
  • Demonstrates MCP server-client interaction

Use cases of MCP Server Demo

  • Learning how to build an MCP server and client
  • Testing MCP communication with Claude 3.5 Sonnet via AWS Bedrock
  • Prototyping tool and resource patterns in an MCP environment
  • Validating AWS credential configuration for Bedrock access

FAQ from MCP Server Demo

What tools and resources does the server provide?

The server provides a simple addition tool and a greeting resource.

How does the client use AWS Bedrock?

The client uses AWS Bedrock’s Claude 3.5 Sonnet model to interpret user queries and call the appropriate tools.

What are the setup requirements?

You need Python, the dependencies installed via pip install -e ., and valid AWS credentials configured for Bedrock access.

How do I run the server and client?

Start the server with python server.py, then run the client with python client.py.

Comments

More Other MCP servers