What is the Apuchat MCP server?
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
How to install Apuchat
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apuchat": {
"url": "https://apuchat.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apuchat": {
"serverUrl": "https://apuchat.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apuchat": {
"type": "http",
"url": "https://apuchat.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"apuchat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apuchat.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http apuchat https://apuchat.com/mcpRelated MCP servers
RogerRat
Maintained
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
1
View repository →TypeScript
MIT
RogerThat
Maintained
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
1
View repository →TypeScript
MIT
Discover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics.
View repository →