Search Criteria
Package Details: python-fastmcp 3.4.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-fastmcp.git (read-only, click to copy) |
|---|---|
| Package Base: | python-fastmcp |
| Description: | The fast, Pythonic way to build MCP servers and clients. |
| Upstream URL: | https://github.com/PrefectHQ/fastmcp |
| Keywords: | mcp python |
| Licenses: | MIT |
| Submitter: | Dominiquini |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 2 |
| Popularity: | 0.019840 |
| First Submitted: | 2025-10-03 11:08 (UTC) |
| Last Updated: | 2026-07-09 01:35 (UTC) |
Dependencies (10)
- python
- python-fastmcp-slimAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-setuptools (make)
- python-uv-build (make)
- python-uv-dynamic-versioning (make)
- python-wheel (make)
Required by (13)
- blender-mcp-git (optional)
- gns3-server (optional)
- jadx-ai-mcp-bin
- openjiuwen
- python-jlcpcb-search-mcp
- python-kicad-sch-api
- python-mijia-api
- python-pydantic-ai
- python-pydantic-ai-slim (optional)
- python-pyzotero
- python-pyzotero-git
- python-smooth (optional)
- zotero-mcp-server
Latest Comments
sven-to commented on 2026-06-23 12:16 (UTC)
I disowned the package bc I don't use it anymore.
aur_noob commented on 2026-06-10 16:42 (UTC)
Current version seems to be missing fastmcp-slim as dependency. Python import fails without it.
Dominiquini commented on 2026-06-09 00:34 (UTC)
This package don't install anything relevant on my machine:
sven-to commented on 2026-06-08 14:17 (UTC)
@krvkir I have added this dependencies as optional dependencies as they are required for the server feature only: https://github.com/PrefectHQ/fastmcp/blob/main/uv.lock#L1003
However, there are more dependencies like this. I'm not sure what is best way to handle all those optional dependencies.
medaminezghal commented on 2026-05-17 17:04 (UTC)
@sven-to
python-exceptiongroupisn't needed as we use Python 3.14krvkir commented on 2026-05-04 01:47 (UTC)
Tried to build the package in clean env and found those dependencies missing:
'python-jsonref' 'python-cyclopts' 'python-griffelib' 'python-watchfiles' 'python-opentelemetry-api' 'python-py-key-value-aio' 'python-cachetools'
Could you please add them?
medaminezghal commented on 2025-10-28 13:16 (UTC)
@Dominiquini You need to add this package to make it works: https://github.com/strawgate/py-key-value
steccas commented on 2025-10-22 18:14 (UTC) (edited on 2025-10-22 18:15 (UTC) by steccas)
Please remove 'python-fastmcp' from dependencies, it's nonsense because it creates a circular dependency. Otherwise it will work.
BrainDamage commented on 2025-10-13 07:39 (UTC)
this package needs python-hatchling and python-uv-dynamic-versioning to the makedeps or it'll fail to build in a clean chroot with respectively:
you can double check the dep in upstream source too