streamlit-mcp

dkedar7/streamlit-mcp
★ 0 stars Python AI/LLM Updated today
Serve any Streamlit app as an MCP server — agents drive it natively, no browser automation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "streamlit-mcp": {
      "command": "uvx",
      "args": [
        "streamlit-mcp"
      ]
    }
  }
}

Or install with pip: pip install streamlit-mcp

README Excerpt

**Serve any Streamlit app as an MCP server.** Agents introspect your app's widgets, set values, click buttons, and read the rendered output and `session_state` — natively, over MCP, with **no browser automation**. ```bash pip install streamlit-mcp # or run with no install via: uvx streamlit-mcp ...

Topics

ai-agentsllmmcpmcp-servermodel-context-protocolpythonstreamlit