MCP Server for URL Processing and Image Extraction
Project description
YkyosMCP
一个用于处理URL和提取图片的模型上下文协议(MCP)服务器。
功能
此MCP服务器提供三个主要工具:
- fetch_markdown: 使用Firecrawl API获取URL内容并返回其原始内容
- extract_images: 从markdown内容中提取所有图片URL
- download_images: 下载图片URL列表到指定目录
安装
pip install ykyos-mcp
Usage with Claude Desktop
Add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"YkeyMCP": {
"isActive": true,
"command": "uvx",
"args": [
"ykyos-mcp"
],
"env": {
"DOWNLOAD_BASE_PATH": "/path/to/download/directory",
"FIRECRAWL_API_KEY": "your_firecrawl_api_key"
}
}
}
}
Replace /path/to/download/directory with the directory where you want to save downloaded images.
Development
To set up for development:
# Clone the repository
git clone https://github.com/your-username/ykyos-mcp.git
cd ykyos-mcp
# Install in development mode
pip install -e .
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ykyos_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ykyos_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96bafa499370bf13de92bceeaeda98fb6df3d490ac9b19c221966f6db3a54b63
|
|
| MD5 |
f50c72c12f91718adeebb04d44af295b
|
|
| BLAKE2b-256 |
938365855c9bcb30e9d0d071ec48bce39dfb6e69ccb97cc5a546d73df5a390fa
|