mcp101

1995parham-learning/mcp101
★ 0 stars Python Security Updated today
A hands-on sample MCP server built with FastMCP — basic tools plus a Google OAuth example
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": {
    "mcp101": {
      "command": "uvx",
      "args": [
        "mcp101"
      ]
    }
  }
}

Or install with pip: pip install mcp101

README Excerpt

A hands-on sample [MCP](https://modelcontextprotocol.io) server built with basic tools first, then a real-world **Google OAuth** example that calls Google APIs on a user's behalf. It accompanies the `MCP Tooling` learning note. | File | What it is | | --- | --- | | `src/mcp101/server.py` | Minimal **no-auth** server — `add`, `greet`, a `time://now` resource, a `summarize` prompt. Runs with zero credentials. Start here. |

Tools (1)

main