←back to thread

252 points iosifache | 1 comments | | HN request time: 0.22s | source

I was looking around for an MCP server that could connect Anna's Archive to Claude Desktop, as I wanted to be able to search and download books directly through the interface.

I couldn't find any public implementations, so ended up building one myself.

What it does?

- It searches Anna's Archive by keywords. - It downloads books from search results. - It works directly in Claude Desktop through MCP.

Check out the repository's README for detailed installation and configuration instructions.

The code is fully open source and builds run on GitHub Actions for transparency.

I figured I'd share, since I couldn't be the only one wanting this functionality!

Show context
ospider ◴[] No.44519315[source]
Why do people keep building servers for such a silly protocol?
replies(3): >>44519725 #>>44519850 #>>44520824 #
1. aussieguy1234 ◴[] No.44520824[source]
Let's say you want to use the tool `ssh` and let's imagine ssh has just been released and it's not in the AI agents training set yet.

It won't know in this case how to use the ssh command line tool.

MCP provides a standard way to tell an AI agent how and when to use tools. So if you had an SSH MCP server, you'd simply plug that in, now your AI agent automagically has SSH capabilities.