Back to MCP directory
publicPublicdnsLocal runtime

awesome-ads-mcp-servers

Awesome AdsMCP服务器项目,旨在通过Anthropic的模型上下文协议标准化广告API。

article

README

🚀 优秀的AdsMCP服务器——通过Anthropic的模型上下文协议实现广告API的标准化

本项目借助Anthropic的模型上下文协议,致力于实现广告API的标准化,为广告服务带来更高效、规范的解决方案,提升广告业务的整体效能。

🚀 快速开始

由于原文档未提供快速开始的相关内容,此部分暂缺。

✨ 主要特性

由于原文档未提供主要特性的相关内容,此部分暂缺。

📦 安装指南

由于原文档未提供安装步骤的相关内容,此部分暂缺。

💻 使用示例

由于原文档未提供代码示例的相关内容,此部分暂缺。

📚 详细文档

由于原文档未提供详细说明的相关内容,此部分暂缺。

🔧 技术细节

由于原文档未提供技术实现细节的相关内容,此部分暂缺。

📄 许可证

由于原文档未提供许可证信息的相关内容,此部分暂缺。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client