Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dive": {
"command": "npx",
"args": [
"-y",
"OpenAgentPlatform/Dive"
]
}
}
}
Run in terminal:
claude mcp add dive npx -y OpenAgentPlatform/Dive
Add to .cursor/mcp.json:
{
"mcpServers": {
"dive": {
"command": "npx",
"args": [
"-y",
"OpenAgentPlatform/Dive"
]
}
}
}