← Back to registry
Docs
MCP server for Docs — live data from https://docs.bento.fun/
Last updated: Never
https://docs.bento.fun/Install in Claude Desktop
- 1.Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json - 2.Paste the snippet below into the
mcpServersobject. - 3.Restart Claude Desktop. Done.
{
"mcpServers": {
"docs-bento-fun": {
"url": "http://localhost:3000/api/mcp/docs-bento-fun"
}
}
}0 installs
Type: crawled
Created: 2026-07-24
Data Schema
{
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
}
}