Overview
What is Media Kit MCP Server?
Media Kit MCP Server is a tool designed to parse Media Kit PDF files, particularly useful in the advertising and marketing industry for extracting key content from various resources.
How to use Media Kit MCP Server?
To use the Media Kit MCP Server, install the necessary packages using npm, build the project, and integrate it into your MCP host by configuring the server settings with your Media Kit index file path and API key.
Key features of Media Kit MCP Server?
- Parses Media Kit PDF files to extract essential information.
- Integrates seamlessly with MCP hosts.
- Configurable server settings for different environments.
Use cases of Media Kit MCP Server?
- Extracting advertising content from Media Kit PDFs.
- Integrating marketing resources with advertising platforms.
- Automating the analysis of marketing materials.
FAQ from Media Kit MCP Server?
- What types of files can Media Kit MCP Server parse?
It is specifically designed to parse Media Kit PDF files used in advertising and marketing.
- Is there a specific environment required to run Media Kit MCP Server?
It requires Node.js and npm for installation and operation.
- Can I customize the server settings?
Yes, you can customize the server settings in the configuration file.
Content
解析 Media Kit pdf 文件
使用方法
npm install
npm run build
集成 MCP 到 MCP HOST
{
"mcpServers": {
"media-kit-mcp": {
"command": "node",
"args": ["YOUR_MEDIA_KIT_MCP_SERVER_INDEX_FILE_ABSOLUTE_PATH"],
"env": {
"DEEP_SEEK_API_KEY": "YOUR_DEEP_SEEK_API_KEY"
},
"transport": "stdio",
"enabled": true,
"description": "用于解析广告营销行业跟不同资源联动时 Media Kit pdf 文件的关键内容"
}
}
}
No tools information available.
No content found.