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.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント