DocReader MCP Tool
@NetMindAI-Open
About DocReader MCP Tool
An MCP server that can read online documents to solve problems accordingly!
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"DocReaderMCP": {
"command": "python",
"args": [
"DocReader.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DocReader MCP Tool?
DocReader MCP Tool is a document reading and searching tool built on the Model Context Protocol (MCP). It enables LLMs to search, extract, and synthesize information from web-based documentation, assisting AI assistants in answering questions.
How to use DocReader MCP Tool?
Install Python 3.7+, then install dependencies: pip install fastmcp beautifulsoup4 requests openai python-dotenv. Create a .env file
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments