Deploying Python-Based MCP Server on Cloudflare Workers

What is the name of the domain?

Python-Based MCP Server on Cloudflare

What is the error number?

no error

What is the error message?

no error

What is the issue you’re encountering

Deploying Python-Based MCP Server

What steps have you taken to resolve the issue?

I am interested in deploying a Model Context Protocol (MCP) server using Python on Cloudflare Workers. I understand that Cloudflare Workers now support Python through Pyodide, allowing the use of the standard library and certain built-in packages like FastAPI and LangChain .

Given that the workers-mcp package and related tooling are primarily designed for TypeScript , I would like to know:

Is it currently possible to implement an MCP server entirely in Python using Cloudflare Workers?

If not, are there any recommended approaches or workarounds to achieve this functionality?

Are there plans to extend MCP support to Python in the near future?

Your guidance on this matter would be greatly appreciated.

What are the steps to reproduce the issue?

I am interested in deploying a Model Context Protocol (MCP) server using Python on Cloudflare Workers. I understand that Cloudflare Workers now support Python through Pyodide, allowing the use of the standard library and certain built-in packages like FastAPI and LangChain .

Given that the workers-mcp package and related tooling are primarily designed for TypeScript , I would like to know:

Is it currently possible to implement an MCP server entirely in Python using Cloudflare Workers?

If not, are there any recommended approaches or workarounds to achieve this functionality?

Are there plans to extend MCP support to Python in the near future?

Your guidance on this matter would be greatly appreciated.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.