Skip to main content
Cloud PlatformsPython

pythonanywhere/pythonanywhere-mcp-server

MCP server implementation for PythonAnywhere cloud platform.

cloud-platformslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pythonanywhere/pythonanywhere-mcp-server

Claude 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.

Details

Category
Cloud Platforms
Language
Python
Author
pythonanywhere