Nymbo/Tools MCP
Enable Image & Video Generation
The Generate_Image
and Generate_Video
tools require a
HF_READ_TOKEN
set as a secret or environment variable.
- Duplicate this Space and add a HF token with model read access.
- Or run locally with
HF_READ_TOKEN
in your environment.
Persistent Memories
In this public demo, memories are stored in the Space's running container and are cleared when the Space restarts. Content is visible to everyoneβavoid personal data.
When running locally, memories are saved to memories.json
at the repo root for privacy.
Connecting from an MCP Client
This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
https://nymbo-tools.hf.space/gradio_api/mcp/
Example client configuration:
{
"mcpServers": {
"gradio": {
"url": "https://nymbo-tools.hf.space/gradio_api/mcp/"
}
}
}
Tool Notes & Kokoro Voice Legend
No authentication required for: Fetch_Webpage
, Search_DuckDuckGo
,
Execute_Python
, and Generate_Speech
.
Kokoro TTS voice prefixes
af
β American femaleam
β American malebf
β British femalebm
β British maleef
β European femaleem
β European malehf
β Hindi femalehm
β Hindi maleif
β Italian femaleim
β Italian malejf
β Japanese femalejm
β Japanese malepf
β Portuguese femalepm
β Portuguese malezf
β Chinese femalezm
β Chinese maleff
β French female
Fetch Webpage
Brief: 1000 chars, Standard: 3000 chars, Full: complete page