MCP Server Demo
@chitta-behera
About MCP Server Demo
MCP Server Demo Implementation
Basic information
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.
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments