FastMCP — создание и деплой MCP-серверов на Python
★ 7.1 · ai-tooling
fastmcp is a Claude Code skill that guides building, testing, and deploying Python MCP servers using the FastMCP library. It ships three starter templates — a REST API wrapper with auth-header support, a read-only SQLite query server, and a text-file inspection server — plus a scaffold script and a FastMCP CLI reference. The workflow covers the full lifecycle: defining tools with `@mcp.tool`, adding resources and prompts where they help, validating locally with `fastmcp inspect` and `fastmcp call`, installing into Claude Code, Claude Desktop, or Cursor, and deploying as an HTTP endpoint. Intended for developers who need to wrap an API, database, or CLI utility as MCP tools and wire them into any MCP-compatible client.
- #mcp
- #fastmcp
- #python
- #server-deployment
- #api-wrapper
- #tools