Mcp-Pyodide
Enables Large Language Models to execute Python code through the Model Context Protocol (MCP) interface.
About
This tool provides a Pyodide server implementation for the Model Context Protocol (MCP), empowering Large Language Models (LLMs) with the ability to execute Python code. It offers both stdio and SSE transport modes, ensuring flexibility in various integration scenarios. Built with TypeScript for robustness, it serves as a valuable tool for extending the capabilities of LLMs through Python code execution.
Key Features
- Available as a command-line tool.
- Supports both stdio and SSE transport modes.
- Implemented in TypeScript for robustness.
- Enables Python code execution for LLMs using Pyodide.
- Compliant with the Model Context Protocol (MCP).
Use Cases
- Creating interactive applications powered by LLMs and Python.
- Extending LLM functionality with Python code execution.
- Automating tasks using LLMs and Python scripts.