drio
Open app

mcp-test

Source

mcp test

Catalog onlyCatalog onlySTDIO

Overview

MCP Framework is a powerful development framework for creating custom tools that interact with large language models. It provides a comprehensive toolkit to easily extend the functionality of Cursor IDE, enabling advanced features such as web content retrieval and file processing (PDF, Word, Excel).

To use MCP Framework, you can clone the repository from GitHub, set up the environment, and utilize the provided tools to process various file types or retrieve web content.

  • Comprehensive file processing capabilities for PDF, Word, and Excel documents. - Web content retrieval from any URL. - Intelligent file type recognition and handling. - Modular design for easy extension and maintenance.
  1. Automating the extraction of data from PDF reports.
  2. Parsing Word documents to extract structured information.
  3. Retrieving and processing content from web pages for analysis.

Add to your AI client

Use these steps to connect mcp-test in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-framework-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-framework-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-framework-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-framework-w-jeon": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-framework-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-framework-w-jeon": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-framework-w-jeon"
      ]
    }
  }
}

FAQ

What file types does MCP Framework support?

MCP Framework supports PDF, Word, and Excel file types for processing.

Is there a recommended deployment method?

Yes, Docker deployment is recommended for ease of setup and management.

Can I extend the framework with my own tools?

Absolutely! The framework is designed to be modular, allowing you to create and register your own tools easily.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3369,"uuid":"c38ef9c1-088c-439a-8f9b-3b2281ffdb9b","name":"mcp-framework","title":"mcp-test","description":"mcp test","avatar_url":null,"created_at":"2025-03-19T06:22:24.123Z","updated_at":"2025-03-19T06:22:34.088Z","status":"created","author_name":"w-jeon","author_avatar_url":null,"tags":"mcp-framework,file-processing,web-content-retrieval","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/w-jeon/mcp-framework","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"a7a2f954-9002-4b06-970e-d738d572dabb","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]