← Back to registry

Heynudge

MCP server for Heynudge — live data from https://heynudge.in

Last updated: Never

https://heynudge.in

Install in Claude Desktop

  1. 1.Open your Claude Desktop config file:~/Library/Application Support/Claude/claude_desktop_config.json
  2. 2.Paste the snippet below into the mcpServers object.
  3. 3.Restart Claude Desktop. Done.
{
  "mcpServers": {
    "heynudge-in": {
      "url": "http://localhost:3000/api/mcp/heynudge-in"
    }
  }
}
0 installs
Type: crawled
Created: 2026-05-10

Data Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}