learn-mcp-skill

ffoysal/learn-mcp-skill
★ 0 stars Python Database Updated today
A Claude Code skill that teaches MCP by building a real SQLite-backed HTTP MCP server from scratch.
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": {
    "learn-mcp-skill": {
      "command": "uvx",
      "args": [
        "learn-mcp-skill"
      ]
    }
  }
}

Or install with pip: pip install learn-mcp-skill

README Excerpt

A [Claude Code](https://claude.com/claude-code) **skill** that teaches the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) the way it sticks — by guiding you through building a real, working MCP server from scratch. Instead of a lecture, the skill acts as a patient live instructor: it walks you one step at a time through the MCP vocabulary, then has you build a SQLite-backed server that exposes all three MCP primitives over HTTP, with a proper read-only safety layer, and finally
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →