Skip to content
Zed

Jsonplaceholder for Zed

io.github.pipeworx-io/jsonplaceholder

JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth)

client:Zed transport:streamable-http

Install Jsonplaceholder in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jsonplaceholder": {
      "url": "https://gateway.pipeworx.io/jsonplaceholder/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Jsonplaceholder in other clients