Connects Claude to the Studio Ghibli fan API, giving you programmatic access to data about films, characters, locations, species, and vehicles from the Studio Ghibli universe. Runs through Pipeworx's gateway infrastructure using streamable HTTP transport. You can call tools directly or use the ask_pipeworx natural language interface to query without knowing exact parameters. Useful when you're building Ghibli themed apps, need reference data for fan projects, or want to let Claude answer questions about Miyazaki's films with structured data instead of relying on training knowledge. Part of Pipeworx's larger catalog of 673+ data sources, so you can add it standalone or through their unified gateway.
Studio Ghibli MCP — fan API.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"studio-ghibli": {
"url": "https://gateway.pipeworx.io/studio-ghibli/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Studio Ghibli data" })
The gateway picks the right tool and fills the arguments automatically.
MIT