MCP Directory
Back

fastmcp

by PrefectHQ ยท Python ยท โ˜… 24,928

๐Ÿš€ The fast, Pythonic way to build MCP servers and clients.

#agents#fastmcp#llms#mcp#mcp-clients#mcp-servers#mcp-tools#model-context-protocol#python

Install

pip install git+https://github.com/PrefectHQ/fastmcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "fastmcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/PrefectHQ/fastmcp.git"
      ]
    }
  }
}

From the README

Move fast and make things. *Made with ๐Ÿ’™ by [Prefect](https://www.prefect.io/)* [](https://gofastmcp.com) [](https://discord.gg/uu8dJCgttd) [](https://pypi.org/project/fastmcp) [](https://github.com/PrefectHQ/fastmcp/actions/workflows/run-tests.yml) [](https://github.com/PrefectHQ/fastmcp/blob/main/LICENSE) --- The [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) connects LLMs to tools and data. FastMCP gives you everything you need to go from prototype to production: Building an effective MCP application is harder than it looks. FastMCP handles all of it. Declare a tool wโ€ฆ
Read full README on GitHub โ†’

๐Ÿ’ก Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers