PluginBench
MCP Server
Active

Motley MCP Server MCP Server

io.github.HypnoLabs-io/motley-mcp

What is the Motley MCP Server MCP server?

Live NYC family data: neighborhoods, schools, admissions, safety, health, and resources.

How to install Motley MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "motley-mcp": {
      "url": "https://mcp.motley.nyc/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "motley-mcp": {
      "serverUrl": "https://mcp.motley.nyc/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "motley-mcp": {
      "type": "http",
      "url": "https://mcp.motley.nyc/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "motley-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.motley.nyc/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http motley-mcp https://mcp.motley.nyc/mcp

Related MCP servers

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

0
TypeScript
View repository →