Facebook MCP Server by CData
@CDataSoftware
关于 Facebook 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 Facebook (beta): https://www.cdata.com/download/download.aspx?sku=RBZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\facebook.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Facebook MCP Server by CData?
Facebook MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live Facebook data. It wraps the CData JDBC Driver for Facebook, which exposes Facebook data as relational SQL models, so users can retrieve live information using natural language without writing SQL.
How to use Facebook MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and install the CData JDBC Driver for Facebook, license it, and configure a connection string using the driver’s utility. Create a .prp file with JDBC details (prefix, driver path, JDBC URL, etc.), then add the server to Claude Desktop’s claude_desktop_config.json. Restart the client to see the server. The server uses stdio transport and must run on the same machine as the client.
Key features of Facebook MCP Server by CData
- Read-only access to Facebook data via live SQL queries.
- Natural language interface – no SQL knowledge required.
- Tools:
get_tables,get_columns, andrun_query(SELECT only). - Built on the CData JDBC Driver for Facebook.
- Supports any LLM client that can host MCP servers (e.g., Claude Desktop).
- MIT licensed – free to use, modify, and distribute.
Use cases of Facebook MCP Server by CData
- Ask an LLM to summarize Facebook page engagement metrics.
- Query Facebook ad performance data in real time.
- Combine Facebook data with other sources in multi‑tool MCP workflows.
- Enable non‑technical users to explore Facebook data via chat.
- Provide live business intelligence to AI assistants without custom code.
FAQ from Facebook MCP Server by CData
Is this server read‑only?
Yes. This MCP server provides only read capabilities. For full read, write, update, delete, and action support, CData offers a free beta version of their MCP Server for Facebook.
What are the runtime requirements?
Java (to run the JAR), Maven (to build), and a licensed copy of the CData JDBC Driver for Facebook installed on the same machine.
Where does the data live?
Data is queried live from Facebook through the JDBC driver. No local copy of the data is stored by the server.
What transport or authentication is used?
The server communicates over stdio, so it must run on the same host as the client. Authentication uses OAuth, configured through the JDBC connection string builder.
Can I run the server without Claude Desktop?
Yes. Run java -jar CDataMCP-jar-with-dependencies.jar /path/to/facebook.prp on its own, but note that stdio transport limits it to local‑only clients.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
评论