fastmcp

Originally fromjezweb/claude-skills
Installation
SKILL.md

FastMCP - Build MCP Servers in Python

FastMCP is a Python framework for building Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Large Language Models like Claude.

Quick Start

Installation

pip install fastmcp
# or: uv pip install fastmcp

Minimal Server

from fastmcp import FastMCP

# MUST be at module level for FastMCP Cloud
mcp = FastMCP("My Server")
Installs
75
GitHub Stars
163
First Seen
Apr 29, 2026
fastmcp — secondsky/claude-skills