MCP.so
ログイン
F

FTP MCP Server by CData

@CDataSoftware

FTP MCP Server by CData について

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for FTP (beta): https://www.cdata.com/download/download.aspx?sku=EVZK-V&type=beta

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\ftp.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is FTP MCP Server by CData?

FTP MCP Server by CData is a read-only Model Context Protocol (MCP) server that exposes FTP data as relational SQL models using the CData JDBC Driver for FTP. It enables LLMs like Claude Desktop to query live FTP data via natural language, without writing SQL.

How to use FTP MCP Server by CData?

Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for FTP, generate a JDBC connection string, create a .prp configuration file, then add the server to your MCP client’s config (e.g., claude_desktop_config.json). Run the server using java -jar CDataMCP-jar-with-dependencies.jar /path/to/file.prp – it uses stdio transport and must run on the same machine as the client.

Key features of FTP MCP Server by CData

  • Read-only access to live FTP data
  • Natural language queries via LLMs
  • Built on the CData JDBC Driver for FTP
  • Exposes FTP files and directories as SQL tables
  • Provides tools to list tables, columns, and run SELECT queries
  • MIT licensed

Use cases of FTP MCP Server by CData

  • Ask an AI assistant about file metadata or contents on an FTP server
  • Get summaries of directory structures without manual browsing
  • Query file properties (size, date, etc.) from FTP using natural language
  • Integrate FTP data into AI workflows for automated reporting

FAQ from FTP MCP Server by CData

Is this server read-only?

Yes, this MCP server is explicitly designed as read-only. For full CRUD capabilities and a simpler setup, CData offers a separate beta MCP Server for FTP.

What are the runtime dependencies?

Java, Maven, and the CData JDBC Driver for FTP (requires a license; a trial is available). The driver must be downloaded and installed separately.

Where does the data actually live?

Data resides on the remote FTP server you configure via the JDBC connection string. The server does not store or cache data locally.

What transport protocol does the server use?

It uses stdio transport, so the MCP server must run on the same machine as the client (e.g., Claude Desktop).

How do I authenticate to the FTP server?

Authentication is configured in the JDBC connection string, built using the driver’s Connection String utility. For OAuth-based sources, browser authentication may be required.

コメント

「その他」の他のコンテンツ