MCP.so
ログイン

Pinterest MCP Server by CData

@CDataSoftware

Pinterest MCP Server by CData について

This read-only MCP Server allows you to connect to Pinterest data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for Pinterest (https://www.cdata.com/drivers/pinterest/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\\pinterest.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is Pinterest MCP Server by CData?

Pinterest MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows AI clients like Claude Desktop to query live Pinterest data using natural language. It wraps the CData JDBC Driver for Pinterest, which exposes Pinterest data as relational SQL models, so no SQL knowledge is required from the user.

How to use Pinterest MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Pinterest, configure a .prp file with the JDBC connection string, then add the server to your MCP client’s config (e.g., claude_desktop_config.json) pointing to the generated JAR and .prp file. The server runs on stdio and works only with clients on the same machine.

Key features of Pinterest MCP Server by CData

  • Query live Pinterest data via natural language
  • Exposes Pinterest data as relational tables and columns
  • Tools: get_tables, get_columns, run_query (SQL SELECT)
  • Uses the CData JDBC Driver for Pinterest for connectivity
  • Built with Java; requires Maven to build

Use cases of Pinterest MCP Server by CData

  • Ask an AI assistant about Pinterest boards, pins, or analytics
  • Retrieve specific Pinterest data without writing SQL or API calls
  • Combine Pinterest data with other data sources in a multi‑MCP setup
  • Automate data exploration from Pinterest within chat‑based tools

FAQ from Pinterest MCP Server by CData

Is this MCP server read‑only?

Yes. This project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate, simpler‑setup MCP Server for Pinterest.

What dependencies are required to run this server?

You need Java, Maven, and the CData JDBC Driver for Pinterest (downloaded and licensed separately). The driver JAR must be placed in the expected location and its license activated.

How does authentication to Pinterest work?

Authentication uses OAuth. When configuring the JDBC connection string with the Connection String utility, you will need to authenticate in your browser. The driver handles token refresh.

What transport does the server use?

The server communicates via stdio (standard input/output). It can only be used with MCP clients running on the same machine as the server.

How can I get help if I encounter issues?

For connectivity problems, contact the CData Support Team. For MCP server usage issues or general feedback, join the CData Community.

コメント

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