
modal mcp server
Some utilities for interacting with Modal via LLM tool use
Repository Info
About This Server
Some utilities for interacting with Modal via LLM tool use
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
About
This is a demo of how one can create and use Modal sandboxes from an MCP server.
This is NOT an official Modal product.
Installation
- Install uv: https://docs.astral.sh/uv/getting-started/installation/
- In Cursor, navigate to Settings > Cursor Settings > MCP, click "+Add new global MCP server", and add something like the following (be sure to provide the correct path):
{
"mcpServers": {
"my-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/modal-mcp-server",
"run",
"mcp",
"run",
"main.py"
],
"env": { }
}
}
}
Usage
You can ask things like "Make a sandbox for me with an hour timeout", "Install node in the sandbox", etc.
Quick Start
Clone the repository
git clone https://github.com/saltzm/modal-mcp-serverInstall dependencies
cd modal-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.