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).

评论

沟通协作 分类下的更多 MCP 服务器