Loading languages...
PY

pythonanywhere-mcp-server

@pythonanywhere5

A Model Context Protocol (MCP) server acts as a bridge between AI-powered tools and your PythonAnywhere account, enabling secure, programmatic management of files, websites, webapps, and scheduled tasks. By exposing a standardized interface, it allows language models and automation clients to perform operations—such as editing files, deploying web apps, or scheduling jobs -- on your behalf, all while maintaining fine-grained control and auditability.

file management
web app management
scheduled tasks
pythonanywhere
cloud hosting

# mcpServer Config

{
  "mcpServers": {
    "pythonanywhere-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pythonanywhere-mcp-server"
      ],
      "env": {
        "API_TOKEN": "yourpythonanywhereapitoken",
        "LOGNAME": "yourpythonanywhereusername"
      }
    }
  }
}

# stdio

uvx pythonanywhere-mcp-server
Transport:
stdio
Ngôn ngữ:
Python
Đã tạo:6/26/2025
Đã cập nhật:7/29/2025