pythonanywhere/pythonanywhere-mcp-server
MCP server implementation for PythonAnywhere cloud platform.
Quick Start
Clone the repository:
git clone https://github.com/pythonanywhere/pythonanywhere-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"pythonanywhere-mcp-server": {
"command": "npx",
"args": [
"-y",
"pythonanywhere/pythonanywhere-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.