Skip to content
Claude Desktop

Parseable for Claude Desktop

io.github.parseablehq/parseable-mcp-server

Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.

client:Claude Desktop transport:stdio runtime:npm

Install Parseable in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Parseable in other clients