Content
# MCP Demo 🚀
A demonstration of the Model Context Protocol (MCP) implementation with Python, featuring both client and server components for AI model interaction.
## Installation 📦
Install dependencies using `uv sync`:
```bash
uv sync install
```
## Running the Application 🏃♀️
### Standard Mode 🖥️
```bash
python mcp_client.py
```
Then input your query when prompted.
### Debug Mode 🔍
```bash
npx @modelcontextprotocol/inspector python mcp_server/server.py
```
### SSE Mode 📡
```bash
python mcp_server/server_sse.py
```
## Configuration ⚙️
### MCP Settings 🛠️
Set the MCP endpoint to:
```
http://localhost:8000/sse
```
### Development 👨💻
```bash
mcp dev mcp_server/server_sse.py
```
or
```bash
python mcp_server/server_sse.py
```
## Tools and Debugging 🧰
### MCP Inspector 🔎
Access the inspector at:
```
http://127.0.0.1:6274/#tools
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.