tiny-mcp-server

hussain-alsaibai/tiny-mcp-server
★ 0 stars Python Other Updated 1d ago
Fast, zero-dependency framework for building MCP servers in Python. One file, MIT.
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": {
    "tiny-mcp-server": {
      "command": "uvx",
      "args": [
        "tiny-mcp-server"
      ]
    }
  }
}

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