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 managementweb app managementscheduled taskspythonanywherecloud hostingcloud
Installation & Configuration
{
"mcpServers": {
"pythonanywhere-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"pythonanywhere-mcp-server"
],
"env": {
"API_TOKEN": "yourpythonanywhereapitoken",
"LOGNAME": "yourpythonanywhereusername"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/6/26
Updated
2026/6/7