Ads Manager MCP server for Claude
Model context Protocol (MCP) server for Adspirer
Overview
Adspirer MCP Server is a Model Context Protocol server designed for technical users to facilitate the integration of Amazon Advertising services with Claude Desktop.
To use the MCP server, install it globally using npm, configure it with your Amazon Advertising API key, and start the server to enable communication with Claude Desktop.
- Global and local installation options via npm - Simple configuration with Amazon Advertising API key - Secure data fetching and storage in a private backend database - Easy troubleshooting and customization options
- Integrating Amazon Advertising data into applications using Claude Desktop.
- Customizing the MCP server for specific advertising needs.
- Developing and testing advertising solutions locally.
Add to your AI client
Use these steps to connect Ads Manager MCP server for Claude in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"adspirer-mcp-server-amekala": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"adspirer-mcp-server-amekala": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"adspirer-mcp-server-amekala": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"adspirer-mcp-server-amekala": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"adspirer-mcp-server-amekala": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"adspirer-mcp-server-amekala": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-adspirer-mcp-server-amekala"
]
}
}
}FAQ
What is the main purpose of the MCP server?
The MCP server allows technical users to connect and manage Amazon Advertising data seamlessly with Claude Desktop.
Do I need to provide any credentials?
Yes, you need to provide your Amazon Advertising API key for authentication.
Can I customize the MCP server?
Yes, you can clone the repository, make changes, and build your version.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2381,"uuid":"c7aadeaa-0a6f-49d0-a869-21a3215f8b0e","name":"adspirer-mcp-server","title":"Ads Manager MCP server for Claude","description":"Model context Protocol (MCP) server for Adspirer","avatar_url":"https://avatars.githubusercontent.com/u/3914723?v=4","created_at":"2025-03-13T07:05:34.608Z","updated_at":"2025-03-13T15:35:13.023Z","status":"created","author_name":"amekala","author_avatar_url":"https://avatars.githubusercontent.com/u/3914723?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/amekala/adspirer-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 08:58:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]