Python Workers: FastMCP Example
@davila7
About Python Workers: FastMCP Example
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Python Workers: FastMCP Example?
This is an example of a Python Worker that uses the FastMCP package, designed for deployment on Cloudflare Workers. It is intended for developers who want to build MCP servers using Python on Workers.
How to use Python Workers: FastMCP Example?
To develop, run npx wrangler@latest dev. To deploy, run npx wrangler@latest deploy. Before deployment, packages must be vendored using Python 3.12 with a special process described in the README.
Key features of Python Workers: FastMCP Example
- Example of a Python Worker using FastMCP
- Supports vendored packages for Worker compatibility
- Requires Python 3.12 for package management
- Deployment limited to Workers Paid plan
- Includes testing with pytest and linting with Ruff
Use cases of Python Workers: FastMCP Example
- Deploying an MCP server on Cloudflare Workers
- Prototyping FastMCP-based applications in a serverless environment
- Learning how to vendor Python packages for Workers
- Testing MCP server functionality with local development
FAQ from Python Workers: FastMCP Example
What is the Worker size limit for this example?
Due to the size of the Worker, this example can only be deployed on the Workers Paid plan. Free plan users will encounter deployment errors because the Worker exceeds the 3MB size limit.
What Python version is required for vendoring packages?
Only Python 3.12 works for the vendoring process. Other versions of Python will not work.
How do I add additional packages to this example?
You need to install vendored packages using the pyodide build environment. Run the command pip install -t src/vendor -r vendor.txt inside the .venv-pyodide virtual environment. Re-run this command for any additional packages.
How can I test and lint this project?
Run pytest tests to execute tests. For linting and formatting, use ruff check . and ruff format . respectively, after installing Ruff.
More Developer Tools MCP servers
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments