MCP Server
Active
Apache-2.0
LinkedIn Ads MCP Server MCP Server
io.github.cesteral/linkedin-mcp
What is the LinkedIn Ads MCP Server MCP server?
LinkedIn Ads management and analytics — CRUD, targeting, delivery forecasts, and media uploads
How to install LinkedIn Ads MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/linkedin-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/linkedin-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"@cesteral/linkedin-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"linkedin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cesteral/linkedin-mcp"
]
}
}
}Claude Code
claude mcp add linkedin-mcp -- npx -y @cesteral/linkedin-mcpRelated MCP servers
Amazon DSP MCP Server
Active
Amazon DSP management — CRUD, async reports, targeting, and audience management
2
View repository →TypeScript
Apache-2.0
Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting
2
View repository →TypeScript
Apache-2.0
Bid Manager MCP Server
Active
Bid Manager reporting and query workflows for DV360 campaign performance analysis
2
View repository →TypeScript
Apache-2.0
DV360 MCP Server
Active
DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads
2
View repository →TypeScript
Apache-2.0
Google Ads MCP Server
Active
Google Ads management — campaign writes, GAQL reporting, bulk mutate, validation, and previews
2
View repository →TypeScript
Apache-2.0
Meta Ads MCP Server
Active
Meta Ads management — writes, insights, targeting, delivery estimates, previews, and media uploads
2
View repository →TypeScript
Apache-2.0