Converse
Freeby MCP Community
Converse MCP Server - Converse with other LLMs with chat and consensus tools
v2.21.4Added Apr 12, 2026
mcpserveraichatconsensus
Converse MCP Server
Converse MCP Server - Converse with other LLMs with chat and consensus tools
Installation
npx -y converse-mcp-server
Reviews
Installation
Quick install
npx -y converse-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"converse": {
"command": "npx",
"args": ["-y", "converse-mcp-server"]
}
}
}