Video: Python-Alfresco-MCP-Server with Claude Desktop and MCP Inspector
https://x.com/stevereiner/status/1950418564562706655
Model Context Protocol Server (MCP) for Alfresco Content Services (Community and Enterprise)
This uses FastMCP 2.0 and Python-Alfresco-API
A full featured MCP server for Alfresco in search and content management areas. Features complete documentation, tests, examples,
and config samples for various MCP clients (Claude Desktop, MCP Inspector, references to configuring others).
Python-Alfresco-MCP-Server on Github
https://github.com/stevereiner/python-alfresco-mcp-server
Tools:
Basic search, advanced search, metadata search, and cmis query,
upload, download, check-in, checkout, cancel checkout,
create folder, folder browse, delete node,
get/set properties, repository info.
(With python-alfresco-api having full coverage of the 7 Alfresco REST APIs
you could customize with what tools you want from 191 in core, 29 in workflow,
3 in authentication, 1 in search, 1 in discovery, 18 in model, 1 search sql for solr)
Resources: repository info repeated
Prompts: search and analyze
Latest on Github 7/29/25
- readme.md focuses on install with uv and uvx
- docs\install_with_pip_pipx.md covers install with pip and pipx
- sample configs for Claude Deskop (stdio) with uv, uvx, pipx for windows and mac
- sample configs for mcp-inspector with uv, uvx, pipx for both http and stdio
Python-Alfresco-MCP-Server v1.1.0 7/25/25
- Refactored code into single file per tool (organized in tools/search/,
tools/core/, resources/, prompts/, utils/ - Changes for python-afresco-api 1.1.1
- Must better testing (143/143 passing)
- Added uv support (latest readme and config samples also have uvx)
- First version on PyPI.org
Python-Alfresco-MCP-Server v1.0 6/24/25
Changed to use FastMCP vs original code
Python-Alfresco-MCP-Server on PyPI
https://pypi.org/project/python-alfresco-mcp-server/
(On PyPI so don’t need source, still need python and optionally fast uv installed)
Thse can be used to test install or run one thing
# Tests that installation worked
uv tool run python-alfresco-mcp-server –help
uvx python-alfresco-mcp-server –help # alias for uv tool run
This install may not be needed
uv tool install python-alfresco-mcp-server
Python-Alfresco-API on Github
https://github.com/stevereiner/python-alfresco-api
Python-Alfresco-API on PyPI
https://pypi.org/project/python-alfresco-api/