Enables deployment of Python scripts as modal applications via Model Context Protocol, providing seamless integration for generating, sharing, and running cloud-based apps directly from AI-driven code.
Unlock the full potential of MCP Server Modal through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!
https://docs.google.com/document/d/1DcrSKbcsXrzCoyMe0XtAsDcE3IgBV1bLirUG80VxPq8/edit?tab=t.0
An MCP Server that allows users to deploy python scripts to modal.
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"
]
}
}
}
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.
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-server-modal run modal-server
Enables high-quality image generation via Model Context Protocol with customizable dimensions, promp...
Interactive Model Context Protocol server enabling seamless data exploration by loading CSV datasets...
Enables seamless integration of local Ollama LLM models with MCP-compatible applications, offering m...
Enables integration of Apache AGE graph database capabilities with Azure Database for PostgreSQL thr...
Enables Model Context Protocol integration with Apache Unomi for email-based user profile management...