Find emerging conversations before they blow up. An MCP server that brings live Bubble Agent trend intelligence to Claude, Codex, Cursor, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bubble-agent-mcp": {
"command": "npx",
"args": [
"-y",
"0308ya9392/bubble-agent-mcp"
]
}
}
}
Run in terminal:
claude mcp add bubble-agent-mcp npx -y 0308ya9392/bubble-agent-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bubble-agent-mcp": {
"command": "npx",
"args": [
"-y",
"0308ya9392/bubble-agent-mcp"
]
}
}
}