
nkkko_daytona mcp interpreter
Mirror of https://github.com/nkkko/daytona-mcp-interpreter
Repository Info
About This Server
Mirror of https://github.com/nkkko/daytona-mcp-interpreter
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# Daytona MCP Python Interpreter
A Model Context Protocol server that provides Python code execution capabilities in Daytona workspaces.
## Installation
1. Install uv if you haven't already:
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
2. Create and activate virtual environment:
```bash
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
```
3. Install dependencies:
```bash
uv add "mcp[cli]" pydantic python-dotenv
```
## Development
Run the server directly:
```bash
uv run src/daytona_mcp_interpreter/server.py
```
Or use MCP Inspector:
```bash
npx @modelcontextprotocol/inspector \
uv \
--directory . \
run \
src/daytona_mcp_interpreter/server.py
```
## Usage with Claude Desktop
1. Configure in Claude Desktop config file:
On MacOS (`~/Library/Application Support/Claude/claude_desktop_config.json`):
```json
{
"mcpServers": {
"daytona-interpreter": {
"command": "/Users/YOURUSERNAME/.local/bin/uv",
"args": [
"--directory",
"/Users/YOURUSERNAME/dev/daytona-mcp-interpreter",
"run",
"src/daytona_mcp_interpreter/server.py"
],
"env": {
"PYTHONUNBUFFERED": "1",
"MCP_DAYTONA_API_KEY": "",
"MCP_DAYTONA_API_URL": "",
"MCP_DAYTONA_TIMEOUT": "30.0",
"MCP_VERIFY_SSL": "false",
"PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}
}
}
}
```
On Windows edit `%APPDATA%\Claude\claude_desktop_config.json` and adjust path.
2. Restart Claude Desktop
3. The Python interpreter tool will be available in Claude Desktop
## Features
- Executes Python code in isolated workspaces
- Captures stdout, stderr, and exit codes
- Automatic workspace cleanup
- Secure execution environment
- Logging for debugging
Quick Start
Clone the repository
git clone https://github.com/MCP-Mirror/nkkko_daytona-mcp-interpreterInstall dependencies
cd nkkko_daytona-mcp-interpreter
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.