MCP Latest Document
A Model Context Protocol server that provides access to the latest documentation for various services.
Requirements
- Python 3.10 or higher
- uv
Configuration
Configure for Claude Desktop
- clone this repository
- Download Claude Desktop.
- Launch Claude and go to Settings > Developer > Edit Config.
- Modify
claude_desktop_config.jsonwith:
{
"mcpServers": {
"latest_document": {
"command": "uv",
"args": [
"--directory",
"<YOUR_PATH_TO_MCP_LATEST_DOCUMENT>",
"run",
"src/mcp_latest_document/server.py"
],
"env": {
"TOOLS": "React, ChakraUI",
"URLS":"https://api.openai.com/v1"
}
}
}
}
- Relaunch Claude Desktop.
Available Tools
-
get_html_content- Get the HTML content as markdown of a URL- Required arguments:
url(string): The URL to fetch content from
- Required arguments:
-
find_link_by_keyword- Find URL links by keyword- Required arguments:
keyword(string): Keyword to search for in links and URLs
- Required arguments:
Available Resources
links://- Get all available document links
Debugging
You can use the MCP inspector to debug the server:
uv run mcp dev ./src/mcp_latest_document/server.py
For developer
How to test
uv run mcp dev src/mcp_latest_document/server.py
How to deploy (To be automated)
uv run -m builduv run -m twine upload dist/*
Contributing
We encourage contributions to help expand and improve mcp-latest-document. Whether you want to add new documentation sources, enhance existing functionality, or improve documentation, your input is valuable.
Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements.
License
mcp-latest-document is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
Recommend MCP Servers 💡
jadx-mcp-plugin
A Jadx plugin that exposes the Jadx API over HTTP, enabling live interaction through MCP clients like Claude for AI-assisted security analysis of Android apps.
conport
Context Portal (ConPort) is a database-backed Model Context Protocol (MCP) server that acts as a project's memory bank, building a project-specific knowledge graph to supercharge AI assistants and developer tools within IDEs. It enables powerful Retrieval Augmented Generation (RAG) for context-aware development.
decodo-mcp
Connects LLMs and applications to Decodo's platform for web data access, including web scraping, Google Search, and Amazon Search, with features like geographic flexibility and enhanced privacy.
mcp-pif-cljs
A self-modifying Model Context Protocol (MCP) server written in ClojureScript that enables runtime tool creation and safe self-modification capabilities for AI models, leveraging homoiconicity and introspection.
nerve-hq/nerve-mcp-server
Implements an MCP server to integrate with the Nerve API, enabling AI to access and process customer feedback and other data from Nerve.
@21st-dev/magic
21st dev Magic MCP server for creating UI components via natural language in IDEs like Cursor/WindSurf/Cline