mcp-test
@w-jeon
mcp-test について
mcp test
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-framework-w-jeon": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"-d"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-test?
mcp-test is a framework for creating custom MCP tools that interact with large language models. It integrates file processing (PDF, Word, Excel) and web content fetching, designed for extending tools like Cursor IDE.
How to use mcp-test?
Deploy via Docker Compose or traditional Python. After setup, invoke tools by calling their names: file, pdf, word, excel, or url with the required parameters such as a file path or URL.
Key features of mcp-test
- Automatic file type identification and handling
- PDF processing with quick and full modes
- Word document text, table, and image extraction
- Excel multi-sheet parsing with structure info
- Web page content retrieval with HTTP error handling
- Modular tool architecture for easy extension
Use cases of mcp-test
- Extract text and images from PDF documents for LLM analysis
- Parse Word files to retrieve paragraphs, tables, and embedded images
- Convert Excel spreadsheets into structured data for automated workflows
- Fetch web page content as plain text for summarization or data collection
- Integrate as an MCP server in Cursor IDE to add custom document processing
FAQ from mcp-test
How does mcp-test handle PDFs compared to other tools?
It uses PyMuPDF as the primary engine with fallback to pymupdf4llm and PyPDF2. It offers two modes: quick (text only, up to 50 pages) and full (text + images, up to 30 pages).
What are the runtime dependencies?
Python 3, plus packages: mcp, PyMuPDF, python-docx, pandas, openpyxl, httpx, anyio, click. System libraries like poppler and tesseract may be needed for advanced OCR.
Where does processed data live?
All processing happens locally on the server. Temporary files are created for large documents and automatically cleaned up.
Are there any known limits?
PDF full mode is capped at 30 pages, quick mode at 50 pages. HTTP requests have a 5‑minute timeout. Images in PDFs are downscaled to a maximum DPI and size.
What transport does mcp-test support?
It exposes an SSE (Server‑Sent Events) endpoint, typically at http://localhost:8000/sse. No authentication is mentioned in the provided documentation.
「開発者ツール」の他のコンテンツ
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
コメント