mcp_experiments

brandonopened/mcp_experiments
★ 0 stars HTML 📊 Data/Analytics Updated today
Demo applications consuming data from MCP servers (via olyport.com)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_experiments": {
      "command": "npx",
      "args": [
        "-y",
        "brandonopened/mcp_experiments"
      ]
    }
  }
}