mcp-quickserver

shadowmodder/mcp-quickserver
★ 0 stars Python AI/LLM Updated 9d ago
Working MCP server template: tools, resources, and prompts with stdio and SSE transports
View on GitHub → 🔍 Audit Wallet Slippage →

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-quickserver": {
      "command": "uvx",
      "args": [
        "mcp-quickserver"
      ]
    }
  }
}

Or install with pip: pip install mcp-quickserver

README Excerpt

A working MCP (Model Context Protocol) server template. Fork it, swap the store, add your tools. Demonstrates all three MCP primitives — **tools**, **resources**, and **prompts** — with both stdio and SSE transports, proper error handling, and a test harness that runs without a connected client. --- | Primitive | What it does |

Topics

agenticanthropicllmmcpmodel-context-protocolpythontools