MCP Open Library & File Search Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Open Library & File Search Serverfind books by J.K. Rowling"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📚 MCP Open Library & File Search Server
This project is an MCP (Model Context Protocol) server built with TypeScript and Node.js. It provides two core tools:
search_author— search for books by author using the Open Library API.search_in_file— search for a keyword inside any local text file.
🚀 Features
🔍 search_author
Fetches book data by a given author name from the Open Library API.
Input
{
"author": "tolkien"
}Output A JSON response containing book search results.
🗂 search_in_file
Scans a file for a keyword and returns the matching lines and their numbers.
Input
{
"filePath": "./sample.txt",
"keyword": "example"
}Output
Found 2 match(es) for "example" in "./sample.txt":
Line 3: This is an example line
Line 8: Another example textRelated MCP server: LibraryMCP
🏗️ Project Structure
MCP/
├── build/ # Compiled JS files
├── src/ # Source TypeScript files
│ └── index.ts
├── sample.txt # Example file for keyword search
├── package.json
├── tsconfig.json
├── .gitignore
└── README.md⚙️ Setup & Run
Install dependencies
npm installBuild
npm run buildRun
npm startOr directly (without compiling):
npm run dev
🧩 Example: Using in MCP Inspector
For search_in_file:
{
"filePath": "./sample.txt",
"keyword": "OpenAI"
}For search_author:
{
"author": "tolkien"
}🧠 Technologies
TypeScript
Node.js
🧾 License
MIT License © 2025
👨💻 Author
Your Name 📧 maniranjan1512@gmail.com 🌐 github.com/maniranjan2023
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server that allows searching and retrieving book information from Aladin's book store API, including book details, bestseller lists, and category-based searches.Last updated94MIT
- Alicense-qualityCmaintenanceA library management MCP server supporting book search, member management, and loan operations through natural language commands.Last updated4MIT
- Alicense-qualityCmaintenanceA well-documented MCP server that exposes a local SQLite catalog of public-domain books through tools like search, get, filter by genre, top-rated, and catalog stats.Last updatedMIT
- FlicenseCqualityDmaintenanceA comprehensive MCP server for searching books, films, and scholarly publications across multiple APIs like Open Library, Google Books, TMDb, and Crossref, with advanced filtering and deduplication.Last updated17
Related MCP Connectors
MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
An MCP server for deep research or task groups
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maniranjan2023/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server