Modal
Deploy Python scripts to Modal, a serverless platform for running code in the cloud.
mcp-server-modal
https://docs.google.com/document/d/1DcrSKbcsXrzCoyMe0XtAsDcE3IgBV1bLirUG80VxPq8/edit?tab=t.0
An MCP Server that allows users to deploy python scripts to modal.
Installation
Make sure that modal is setup:
pip install modal
python3 -m modal setup
Then setup the server with the filesystem server in your Claude desktop app:
{
"mcpServers": {
"mcp-server-modal": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-modal",
"run",
"modal-server"
]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/user/Desktop/",
"/path/to/other/dir"
]
}
}
}
Usage
In claude, give a python script and ask it to create a modal application and deploy it for you. After code generation, you will get a link to the modal application which you can try out and share with others.
Development
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-server-modal run modal-server
Related Servers
MCP Google Map Server
Integrates Google Maps API for location-based queries and data processing.
Gemini OCR
Provides Optical Character Recognition (OCR) services using Google's Gemini API.
OpenAI
A server for interacting with the OpenAI API. Requires an API key.
Pangea MCP Server
An MCP server for integrating with Pangea's security APIs, including Secure Audit Log.
Meraki Magic MCP
A Python-based MCP server for Cisco's Meraki Dashboard, providing tools to query the API for discovering, monitoring, and managing your Meraki environment.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
AWS Customer Playbook Advisor MCP
Provides real-time AWS security guidance by fetching official security playbooks from the AWS Customer Playbook Framework GitHub repository.
statsWR
An MCP server that allows AI agents to interact with the statsWR API.
CloudStack MCP Server
Integrate with Apache CloudStack to manage cloud resources directly from your desktop.
Gyazo
Integrate and search for images from your Gyazo account.