Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Pythonanywhere MCP Server
Pythonanywhere MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:15:29 PM

Pythonanywhere MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository17 GitHub StarsTotal stargazers on GitHub for the source repository (17 stars).Visit Website
pythonanywherecloudweb-appsfile-management

Manage PythonAnywhere files, web apps, and scheduled tasks through MCP-compatible clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pythonanywhere-pythonanywhere-mcp-server": {
      "command": "uvx",
      "args": [
        "pythonanywhere-mcp-server"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The pythonanywhere/pythonanywhere-mcp-server MCP server connects AI tools to a PythonAnywhere account for programmatic resource management. It exposes operations for files, ASGI and WSGI web apps, and scheduled tasks through the Model Context Protocol. Run it locally with uvx and provide a PythonAnywhere API token and username; set PYTHONANYWHERE_SITE for EU accounts. Reach for it when an MCP client needs to inspect files, manage deployments, or administer scheduled jobs on PythonAnywhere.

Use cases

•Read and update PythonAnywhere application files
•Inspect PythonAnywhere log files
•Create and reload ASGI or WSGI web apps
•Manage PythonAnywhere scheduled tasks

Key features

•File and directory management
•ASGI web app lifecycle operations
•WSGI web app management
•Scheduled task management
•PythonAnywhere API token authentication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Pythonanywhere MCP Server.

Extracted Tool Capabilities
File and directory management
ASGI web app lifecycle operations
WSGI web app management
Scheduled task management
PythonAnywhere API token authentication

How Pythonanywhere MCP Server works

What pythonanywhere/pythonanywhere-mcp-server MCP server does

The pythonanywhere/pythonanywhere-mcp-server MCP server gives MCP-compatible AI clients access to selected PythonAnywhere account operations. It works with the PythonAnywhere API through the pythonanywhere-core package and presents those operations as tools that a client can call.

Supported areas include:

  • Reading, uploading, deleting, and listing files and directory trees.
  • Inspecting log files through the same file access used for other files.
  • Creating, deleting, reloading, and listing ASGI web applications.
  • Creating, deleting, reloading, patching, listing, and inspecting WSGI web applications.
  • Listing, creating, updating, and deleting scheduled tasks.

This makes the pythonanywhere/pythonanywhere-mcp-server MCP server relevant for workflows that combine code or log inspection with PythonAnywhere deployment administration. It is also suitable for clients that need to update scheduled tasks without building a separate PythonAnywhere API integration.

How it works

The server uses the Python MCP SDK and the pythonanywhere-core library, which wraps part of the PythonAnywhere API. An MCP client starts the server as a local stdio process, then sends tool requests over the MCP connection. PythonAnywhere authenticates those requests with an API token associated with the configured account and username.

The implementation covers a subset of the PythonAnywhere API rather than every available platform operation. Its supported surface may expand as the underlying project develops.

Setup and configuration

uv must be installed and available on the system PATH. The standard command is:

bash
uvx pythonanywhere-mcp-server

Configure these environment variables in the MCP client:

  • API_TOKEN: the PythonAnywhere API token.
  • PYTHONANYWHERE_USERNAME: the PythonAnywhere account username.
  • PYTHONANYWHERE_SITE: optionally set to eu.pythonanywhere.com for accounts hosted on the EU site; the default is www.pythonanywhere.com.

The README documents configurations for Claude Desktop, Claude Code, Cursor, and GitHub Copilot in PyCharm. Claude Desktop can also load the project’s downloadable MCP Bundle file. For manual stdio configurations, use uvx as the command and pythonanywhere-mcp-server as its argument.

Tools and capabilities

The pythonanywhere/pythonanywhere-mcp-server MCP server can expose file operations useful for editing application files or reviewing logs. Its web application tools distinguish between ASGI and WSGI deployments and provide different operation sets for each type. WSGI support includes retrieving application information and applying patches, while ASGI support includes application creation and reload operations.

Scheduled-task tools support the full basic lifecycle: discovery, creation, modification, and removal. Because a scheduled task can execute an arbitrary command if configured to run soon after creation, task changes require particular care and human review.

Limitations and notes

Credentials provide access to the configured PythonAnywhere account, so file deletion, application changes, and task modifications should not be delegated without appropriate oversight. The project specifically warns about direct LLM access to account resources and recommends human supervision for sensitive operations.

The server does not represent the complete PythonAnywhere API. It currently relies on the subset implemented by pythonanywhere-core. When multiple MCP servers run together, review their combined access, especially when another server can retrieve untrusted external content.

The README mentions using a separate time MCP server to help models handle scheduled-task timing, but that is not part of this project and is not required to start the pythonanywhere/pythonanywhere-mcp-server MCP server.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • MCP Redis Cloud logoMCP Redis Cloud

    Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands.

    ☁️ Cloud Platforms5 views
    Compare vs MCP Redis Cloud →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    ☁️ Cloud Platforms3 views
    Compare vs Docker MCP →
  • Easypanel MCP Server logoEasypanel MCP Server

    Full Easypanel control from Claude Code and Cursor — 37 tools for deployments, services, env vars, logs, domains, databases and monitoring. Safety guards require explicit confirmation for all destructive actions.

    ☁️ Cloud Platforms3 views
    Compare vs Easypanel MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
17
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Pythonanywhere MCP Server

Install uv, then configure the server with the command `uvx pythonanywhere-mcp-server`. Provide `API_TOKEN` and `PYTHONANYWHERE_USERNAME` in the MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPythonanywhere MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pythonanywhere-pythonanywhere-mcp-server?style=directory)](https://allmcps.com/mcp/pythonanywhere-pythonanywhere-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/pythonanywhere-pythonanywhere-mcp-server"><img src="https://allmcps.com/api/badge/pythonanywhere-pythonanywhere-mcp-server?style=directory" alt="Pythonanywhere MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingPaid
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/13 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars17
GitHub Star CountTotal stargazers on GitHub representing community popularity (17 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 4, 2026
41Quality signal: Fair · 41/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · pythonanywhere-mcp-server (PyPI)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Pythonanywhere MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code