Back to Apps

MCP Smart Fetch
Supports UIby timmyovo
Intelligent document content extraction service for multiple formats using LLM-powered smart extraction.
0 stars
Works in:claude
Exposes: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.
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"smart-fetch": {"command": "cargo", "args": ["run", "--", "serve"], "env": {"LLM_API_KEY": "your-api-key"}}}}





