{"type":"mcp_server","name":"mcp-audiense-di-linkedin","description":"This repository provides an MCP server enabling Claude to interact with LinkedIn Insight, allowing users to create, analyze reports, and get insights using their LinkedIn account. The server requires Node.js,","category":"Developer Tools","language":"TypeScript","stars":2,"forks":0,"owner":"AudienseCo","github_url":"https://github.com/AudienseCo/mcp-audiense-di-linkedin","homepage":null,"setup":"## Setup\n\nBefore using this server, ensure you have:\n\n- **Node.js** (v18 or higher)\n- **Claude Desktop App**\n- **LinkedIn Account** with appropriate permissions\n- **Auth0 Authentication** credentials\n\n1. Open the configuration file for Claude Desktop:\n\n   - **MacOS:**\n     ```bash\n     code ~/Library/Application\\ Support/Claude/claude_desktop_config.json\n     ```\n   - **Windows:**\n     ```bash\n     code %AppData%\\Claude\\claude_desktop_config.json\n     ```\n\n2. Add or update the following configuration:\n\n   ```json\n   \"mcpServers\": {\n     \"di-linkedin\": {\n       \"command\": \"/opt/homebrew/bin/node\",\n       \"args\": [\n         \"/ABSOLUTE/PATH/TO/YOUR/build/index.js\"\n       ]\n     }\n   }\n   ```\n\n3. Save the file and restart Claude Desktop.","tools":"## Available Tools\n\n1.  `get-linkedin-reports` (Retrieves the list of LinkedIn reports owned by the authenticated user.)\n2.  `get-linkedin-report` (Fetches detailed information about a specific LinkedIn report.)\n3.  `create-linkedin-report` (Creates a new LinkedIn report with audience definition.)\n4.  `get-linkedin-insights` (Gets insights for a specific LinkedIn report.)\n5.  `get-linkedin-categories` (Gets categories for a specific LinkedIn report.)\n6.  `get-linkedin-typeahead` (Gets LinkedIn typeahead suggestions for a specific facet and query.)\n7.  `list-linkedin-typeahead-facets` (Lists all available facets that can be used with the `get-linkedin-typeahead` tool.)\n8.  `list-linkedin-facet-values` (Lists all LinkedIn facets with predefined values, or filters by a specific facet.)\n9. `get-linkedin-account` (Gets LinkedIn account details including LinkedIn token.)\n10. `initiate-linkedin-device-auth` (Initiates the device authorization flow to get a device code for authentication.)","faq":null,"created_at":"2025-03-25T12:06:42+00:00","updated_at":"2025-03-27T08:47:47+00:00","source_url":"https://model-context-protocol.com/servers/audiense-linkedin-mcp-server-claude","related_articles":[]}