mcp-server-template

alesanchezr/mcp-server-template
★ 1 stars Python AI/LLM Updated 11d ago
An MCP server.
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-server-template": {
      "command": "uvx",
      "args": [
        "mcp-server-template"
      ]
    }
  }
}

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

README Excerpt

A minimal blog built with FastAPI. Each `.md` file in `content/` becomes a page. - `content/home.md` → `/` (home page) - `content/my-post.md` → `/posts/my-post` The blog also exposes an MCP server at `/mcp/` with OAuth DCR (RFC 8414/7591) for Claude.ai compatibility. ```bash python -m venv .venv source .venv/bin/activate

Tools (2)

PUBLIC_URLcreate_blog_post