FastMCP (slim variant) is a Python framework for building MCP (Model Context Protocol) servers quickly and with minimal dependencies. It provides a high-level abstraction over JSON-RPC and Streamable HTTP transports, allowing you to define tools, resources, and prompts with simple decorators. Version 3.4.2, active development.
pip install fastmcp-slimNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal FastMCP server with one tool.
Always import from 'mcp.server.fastmcp'.
Use async def for tool definitions and call await when invoking tools. Check migration guide.
Explicitly set transport when creating FastMCP instance if you need SSE.
No dependency data recorded yet.