mcp-ost-search
v1.0.0
Published
MCP Server for searching and downloading anime/game OST tracks - Internet Archive, SoundCloud, VGMdb
Maintainers
Readme
MCP OST Search
MCP Server for searching and downloading anime/game OST tracks from multiple sources.
Features
- Multi-source search: Internet Archive, SoundCloud, VGMdb
- Direct downloads: Get download URLs for Internet Archive items
- Melty Blood specialist: Dedicated search for Melty Blood soundtrack
- 8-personality collaboration: Each source has a personality lead
Installation
npm install -g @anthropic-neko/mcp-ost-searchClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ost-search": {
"command": "npx",
"args": ["@anthropic-neko/mcp-ost-search"]
}
}
}Or if installed globally:
{
"mcpServers": {
"ost-search": {
"command": "mcp-ost-search"
}
}
}Available Tools
ost_search
Search for OST tracks across all sources.
Query: "Melty Blood The end of 1000 years"
Source: all | archive | soundcloud | vgmdb
Limit: 10ost_search_melty_blood
Specialized Melty Blood OST search.
Track: "The end of 1000 years"ost_get_download_url
Get direct download URL for Internet Archive item.
Identifier: "melty-blood-original-soundtrack"
Filename: "15. The end of 1000 years.flac"ost_get_archive_item
Get metadata and file list for Internet Archive item.
Identifier: "melty-blood-original-soundtrack"ost_list_sources
List all supported sources and their capabilities.
Sources
| Source | Capabilities | Personality | |--------|--------------|-------------| | Internet Archive | Search, Download, Metadata | Amaniya | | SoundCloud | Search, Stream | Glam | | VGMdb | Metadata, Credits | Hannibal |
Example Usage
User: Search for "The end of 1000 years" from Melty Blood