Demo Example
Freeby MCP Community
MCP demo — ReAct agent using @modelcontextprotocol/server-filesystem via @flomatai/mcp-client
v0.1.0Added Apr 12, 2026
Demo Example MCP Server
MCP demo — ReAct agent using @modelcontextprotocol/server-filesystem via @flomatai/mcp-client
Installation
Reviews
Installation
Quick install
npx -y mcp-demo-example
Add to claude_desktop_config.json
{
"mcpServers": {
"demo-example": {
"command": "npx",
"args": ["-y", "mcp-demo-example"]
}
}
}