MCP.so
登录

mcp-server-modal

@MCP-Mirror

关于 mcp-server-modal

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-modal?

mcp-server-modal is an MCP server that allows users to deploy Python scripts to Modal, a cloud platform for serverless computing and AI workloads.

How to use mcp-server-modal?

First install Modal (pip install modal and python3 -m modal setup). Then configure the server in your Claude desktop app using a uv command and the provided JSON snippet. Finally, in Claude, give a Python script and ask it to create and deploy a Modal application for you, then share the resulting link.

Key features of mcp-server-modal

  • Deploy Python scripts to Modal from Claude
  • Receive a shareable link to the deployed application
  • Integrates with Modal’s serverless infrastructure

Use cases of mcp-server-modal

  • Rapidly turn a Python script into a web endpoint on Modal
  • Test and share serverless applications directly via Claude
  • Deploy AI or data-processing scripts to Modal without manual setup

FAQ from mcp-server-modal

How do I install and set up mcp-server-modal?

Install Modal with pip install modal and run python3 -m modal setup. Then add the server configuration to your Claude desktop app as shown in the README.

How do I deploy a script using the server?

In Claude, give it a Python script and ask it to create a Modal application and deploy it for you. After code generation, you will receive a link to the live application.

Can I share the deployed application with others?

Yes, the link you receive after deployment can be shared with others to try out the Modal application.

评论

其他 分类下的更多 MCP 服务器