macOS
brew install fastmcplocal Homebrew formula metadata
brew
fastmcp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fastmcplocal Homebrew formula metadata
概要
Fast, Pythonic way to build MCP servers and clients
履歴
FastMCP is Prefect's Python framework for building Model Context Protocol servers, clients, and applications. It turns ordinary Python functions into MCP tools and handles schema generation, validation, transports, authentication, lifecycle, and client behavior.
The standalone PrefectHQ/fastmcp repository was created on November 30, 2024, and PyPI records the first 0.1.0 upload minutes later. The official docs say FastMCP 1.0 was incorporated into the official MCP Python SDK in 2024, while the standalone project later grew into the actively maintained framework.
The project has moved quickly with the MCP ecosystem. Its upgrade guide documents the shift from the SDK-bundled import path, from mcp.server.fastmcp import FastMCP, to the standalone from fastmcp import FastMCP import, and says most servers can upgrade with that import change.
By 2026, the project was on the 3.x line, with documentation organized around servers, clients, apps, deployment, CLI commands, integrations, and LLM-friendly docs. The README and docs identify Prefect as the maintainer and connect production deployment to Prefect Horizon.
FastMCP's adoption is unusually fast because it rides the MCP wave: AI agents need tool and data access, and Python developers want a decorator-based framework rather than raw protocol plumbing. The official README claims the standalone project is downloaded a million times a day and that some version of FastMCP powers 70% of MCP servers across languages.
The repository also shows strong current interest, with more than 25,000 GitHub stars in June 2026. That signal should be read as developer attention and ecosystem momentum, not a precise measure of production deployments.
A minimal FastMCP server creates a FastMCP instance, decorates a Python function with @mcp.tool, and calls mcp.run(). The framework generates the tool schema and handles the MCP side of the server.
FastMCP also includes clients for connecting to local or remote MCP servers, apps for interactive UIs inside conversations, a CLI for running and inspecting servers, and fastmcp.json for portable declarative project configuration. The docs expose llms.txt and markdown pages so LLM-driven coding agents can consume the documentation directly.
FastMCP matters to package nerds because it is the framework layer turning MCP from a protocol spec into an installable developer experience. The package bundles a fast-moving protocol client/server stack, a CLI, config conventions, docs meant for LLM consumption, and compatibility guidance for older SDK-bundled servers.
It is also a snapshot of 2025-2026 packaging culture: packages are not just libraries for humans anymore, but surfaces for coding agents, MCP clients, generated configs, and documentation endpoints that tools can read programmatically.
セキュリティ状態
fastmcp に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
fastmcp.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fastmcp | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://gofastmcp.com/getting-started/welcome
インストールメタデータ
| パッケージキー | brew:fastmcp |
|---|---|
| バージョン | 3.4.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fastmcp |
| ホームページ | https://gofastmcp.com/getting-started/welcome |
| リポジトリ | https://github.com/PrefectHQ/fastmcp |
| 上流ドキュメント | https://gofastmcp.com/getting-started/welcome |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://files.pythonhosted.org/packages/f2/92/cf0e921675af66534eb6dfffffa1871b5062f01650bcea63b62005a12f50/fastmcp-3.4.3.tar.gz |
| 最終更新 | 2026-07-07T02:25:39Z |
| Pulse | updated |
| 依存関係 | certifi, cryptography, libyaml, pydantic, python@3.14, rpds-py, uv |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fastmcp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.