trackmcp
Back to directory
Flux159

mcp-server-modal

View on GitHub

Modal

4 stars PythonOthers Updated Apr 11, 2025

Documentation

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:

code
pip install modal
python3 -m modal setup

Then setup the server with the filesystem server in your Claude desktop app:

code
{
   "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

code
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-server-modal run modal-server

Frequently asked questions

What is mcp-server-modal?

mcp-server-modal is Modal

How do I install mcp-server-modal?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-modal open source?

Yes — it is hosted on GitHub at https://github.com/Flux159/mcp-server-modal and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP