anysite-mcp-server

anysiteio/anysite-mcp-server
★ 61 stars JavaScript 🔌 API Integration Updated 1d ago
A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the Anysite API, enabling not only data retrieval but also robust management of user accounts.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anysite-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anysiteio/anysite-mcp-server"
      ]
    }
  }
}