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
İlgili Sunucular
Meta Ads MCP
Interact with the Meta Ads API to access, analyze, and manage advertising campaigns.
T-Invest MCP Server
An MCP server for interacting with the T-Invest API, providing access to investment and financial data.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers.
Shopify MCP Server
Interact with Shopify store data using the GraphQL API.
Qwen Max
An MCP server for the Qwen Max large language model, powered by Dashscope.
Azure
Interact with and manage Azure services using natural language.
AWS EC2 Pricing
Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.
Lumenore-MCP
A Model Context Protocol (MCP) server that provides AI assistants with access to Lumenore's analytics and natural language query capabilities. Built with FastMCP and Python 3.13 for scalable data analytics integration.
MCP Payment Server
An MCP server for processing payments using stdio transport, configured via environment variables.
Brex
Interact with the Brex API to manage financial data and resources.