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
Похожие серверы
Coolify MCP Server
An MCP server for integrating with Coolify, the self-hostable alternative to Netlify and Vercel.
MCP Server Sample
Provides weather information tools using the US National Weather Service API.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, operating without authentication.
CogmemAi
Persistent cognitive memory for Claude Code. Cloud-based semantic search, Ai-powered extraction, project scoping, and compaction recovery.
Remote MCP Server (Authless)
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
BNBChain MCP
Interact with BNB Chain and other EVM-compatible networks using natural language and AI assistance.
EU Business Toolkit
All-in-one bundle: EU VAT validation, Dutch CBS statistics, and GDPR compliance tools — 19 tools for EU businesses in a single MCP server.
Snowflake Cortex AI
A server for Snowflake providing tools for its Cortex AI features, including Search, Analyst, and Complete.
Bitrefill
Access Bitrefill services to purchase gift cards, mobile top-ups, and more.
Garmin MCP Server
Connects to Garmin Connect to expose your fitness and health data to MCP-compatible clients.