INDIVIDUAL MCP TOOL
create_scribe_animation
Create an asynchronous animation from a base64-encoded line-art image.
LIVE ENDPOINT
https://scribble.boringstuff.club/mcp
Connect to this endpoint to inspect the live schema for create_scribe_animation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.the-scribble-thing]
url = "https://scribble.boringstuff.club/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-scribble-thing": {
"type": "http",
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-scribble-thing
Remote MCP URL: https://scribble.boringstuff.club/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"the-scribble-thing": {
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-scribble-thing": {
"type": "http",
"url": "https://scribble.boringstuff.club/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-scribble-thing",
"transport": "streamable-http",
"url": "https://scribble.boringstuff.club/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_scribble_service_info— Get current limits, terms, retention, pricing, and integration URLs.get_scribe_animation— Poll one private animation until it completes or fails.get_scribe_animation_download— Create a short-lived download URL for a completed preview or clean video.redeem_scribe_unlock_code— Consume a user-supplied single-use code to unlock one clean video.delete_scribe_animation— Immediately delete one animation session and all of its stored files.