Back to MCP Servers
Pythonanywhere
MCP server implementation for PythonAnywhere cloud platform.
cloud-platformspython
Installation
npx -y pythonanywhere-mcp-serverConfiguration
{
"mcpServers": {
"pythonanywhere-mcp-server": {
"command": "npx",
"args": ["-y", "pythonanywhere-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes