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).
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论