MCP.so
ログイン

Email MCP Server by CData

@CDataSoftware

Email MCP Server by CData について

This read-only MCP Server allows you to connect to Email data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for Email (https://www.cdata.com/drivers/email/download/mcp).

基本情報

カテゴリ

コミュニケーション

ライセンス

MIT

ランタイム

java

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

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

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

ツール

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

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

概要

What is Email MCP Server by CData?

Email MCP Server by CData is a read-only Model Context Protocol (MCP) server that wraps the CData JDBC Driver for Email, allowing large language models (like Claude Desktop) to query live email data by asking natural language questions without writing SQL.

How to use Email MCP Server by CData?

Clone the repository, build the JAR with Maven, download and license the CData JDBC Driver for Email, configure a .prp file with your connection details, then add the server to your MCP client’s configuration (e.g., claude_desktop_config.json). The server uses stdio transport and runs only on the same machine as the client.

Key features of Email MCP Server by CData

  • Read-only access to email data via the CData JDBC Driver
  • Natural language querying – no SQL required
  • Pre-built tools: list tables, list columns, run SQL SELECT
  • Customizable table prefix, server name, and table selection
  • Supports any data source the CData JDBC Driver can connect to

Use cases of Email MCP Server by CData

  • Allow Claude Desktop to answer questions about your emails
  • Integrate email data into AI-powered dashboards or assistants
  • Query email metadata without building a custom API connector
  • Combine email data with other connected sources in a single MCP server

FAQ from Email MCP Server by CData

Is this server read-only?

Yes, this MCP server is read-only. For full read, write, update, delete, and action capabilities, use the CData MCP Server for Email (available at the linked page).

What are the system requirements?

You need Java (JDK), Maven to build the JAR, and the CData JDBC Driver for Email installed and licensed on the same machine.

Where does the email data actually live?

The server does not store data. It connects to your email data source in real time using the JDBC driver’s connection string you configure in the .prp file.

Can I call the tools manually?

Yes, the server exposes three tools: {prefix}_get_tables, {prefix}_get_columns, and {prefix}_run_query. You can send JSON-RPC 2.0 requests directly if not using an AI client.

Does this server support authentication?

Yes. OAuth and other authentication methods are handled in the JDBC connection string. The README shows how to use the Connection String utility to authenticate (e.g., via browser for OAuth).

コメント

「コミュニケーション」の他のコンテンツ