mcp-server-demo

mythopoeic/mcp-server-demo
★ 0 stars Python AI/LLM Updated today
Demo MCP server wrapping the sheet-compressor library (tools, resources, prompts) over stdio.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-demo": {
      "command": "uvx",
      "args": [
        "mcp-server-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-demo

README Excerpt

An MCP server that wraps the [`sheet-compressor`][lib] library, exposing it to Claude Desktop / Claude Code over stdio. It demonstrates all three MCP primitives — **Tool**, **Resource**, **Prompt** — plus a stretch **`extract_orders`** tool that makes one Claude call on Bedrock to return schema-valid order JSON.