📦
Python Workers MCP
MCP server: Python Workers MCP
0 installs
28 stars
5 forks
Trust: 42 — Fair
Devtools
Installation
npx python-workers-mcpAsk AI about Python Workers MCP
Powered by Claude · Grounded in docs
I know everything about Python Workers MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Python Workers: FastMCP Example
This is an example of a Python Worker that uses the FastMCP package.
[!NOTE] Due to the size of the Worker, this example can only be deployed if you're using the Workers Paid plan. Free plan users will encounter deployment errors because this Worker exceeds the 3MB size limit.
Developing and Deploying
To develop your Worker run:
uv run pywrangler dev
To deploy your Worker run:
uv run pywrangler deploy
Testing
To test run:
uv run pytest tests
Linting and Formatting
This project uses Ruff for linting and formatting:
uv ruff format . --check
uv ruff check .
IDE Integration
To have good autocompletions in your IDE simply select .venv-workers/bin/python as your IDE's interpreter.
