Retour aux applications

MCP Smart Fetch
Interface UIpar timmyovo
Intelligent document content extraction service for multiple formats using LLM-powered smart extraction.
0 étoiles
Fonctionne dans:claude
Expose:Tools
What it does
MCP Smart Fetch is a high-performance document extraction service built with Rust. It allows AI assistants to pull clean, structured content from a variety of file formats, utilizing LLM APIs to intelligently extract the most relevant information based on a prompt.
Tools
extract_from_file: Extract intelligent content from local files.extract_from_text: Process and extract information from raw text input.list_supported_formats: List all document formats supported by the server.get_config: Retrieve current server configuration.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"smart-fetch": {
"command": "cargo",
"args": ["run", "--", "serve"],
"env": {
"LLM_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Installation rapide
cargo build --releaseInformations
- Tarification
- free
- Publié
- 6/15/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{"mcpServers": {"smart-fetch": {"command": "cargo", "args": ["run", "--", "serve"], "env": {"LLM_API_KEY": "your-api-key"}}}}





