applemk2-git/streamlit-mcp-agent
Streamlit MCP Agent is a web application that provides a chat interface for AI agents using the Model Context Protocol (MCP). It integrates various tools via MCP clients to enable interactive AI assistance, suitable for corporate web app deployment.
Platform-specific configuration:
{
"mcpServers": {
"streamlit-mcp-agent": {
"command": "npx",
"args": [
"-y",
"streamlit-mcp-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...