Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Python Demo

FreeNot checked

Python Demo — Model Context Protocol server

GitHubEmbed

About

Python Demo — Model Context Protocol server

README

Introduction

This is a demonstration server implementing the Model Context Protocol (MCP) with Server-Sent Events (SSE). It provides a practical example of how to build a server that can handle streaming content production and management.

Getting Started

  1. Set up your Python environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install the required packages
uv pip install -r requirements.txt

Run the server

Development Environment

python server.py

The server will start on http://localhost:8080 by default.

Production Environment

For deployment on Sevalla, make sure to select Dockerfile based build environment!

Usage in Cursor

To use this server in Cursor, paste the following in your mcp.json file:

"demo-mcp": {
  "url": "https://<your-mcp-server-domain>/sse"
}

Make sure to replace <your-mcp-server-domain> with the actual domain of your server.

from github.com/sevalla-templates/python-demo-mcp-server

Installing Python Demo

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sevalla-templates/python-demo-mcp-server

FAQ

Is Python Demo MCP free?

Yes, Python Demo MCP is free — one-click install via Unyly at no cost.

Does Python Demo need an API key?

No, Python Demo runs without API keys or environment variables.

Is Python Demo hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Python Demo in Claude Desktop, Claude Code or Cursor?

Open Python Demo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Python Demo with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs