cloud platforms

Pythonanywhere Mcp Server

MCP server implementation for PythonAnywhere cloud platform.

python
local
cloud platforms
0
View on GitHub

Installation

npx -y pythonanywhere/pythonanywhere-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "pythonanywhere-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "pythonanywhere/pythonanywhere-mcp-server"
  ]
}

About This MCP Server

pythonanywhere/pythonanywhere-mcp-server

MCP server implementation for PythonAnywhere cloud platform.

GitHub: https://github.com/pythonanywhere/pythonanywhere-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub