Parseable MCP Server

Model Context Protocol server for Parseable. Lets any MCP-capable client (Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, Continue, Cline, Zed, Codex) discover, query, and manage Parseable datasets and alerts using natural language. Its 27 documented tools cover alert, dataset, target, roles. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 4 · #132 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Parseable

before you install - you'll need

Set PARSEABLE_URL, PARSEABLE_API_KEY, PARSEABLE_MODE before connecting.

Claude Code

claude mcp add parseablehq-parseable-mcp-server -- npx -y @parseable/parseable-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @parseable/parseable-mcp-server - the @parseable scope differs from the repo owner (parseablehq); confirm it's the project's official package

registry namespace io.github.parseablehq is GitHub-verified and matches the repo owner

03 · What Parseable can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all log datasets, list all alerts with state, severity, tags, create alert via guided Q&A (8 questions, confirms before submit), and list targets (Slack, webhook, Alertmanager).

Capability map

Tools grouped from the project's README - what Parseable lets an agent do.

read & search

10 tools - e.g. List all log datasets; SQL SELECT over a time window. DDL/DML blocked. Auto-injects LIMIT.; PromQL instant or range query against a metrics dataset

list_datasets · query_sql · query_promql · list_alerts · list_users · get_user_roles…

Alert

9 tools - e.g. Full config for one alert; All alert tags in use; Enable an alert

get_alert · list_alert_tags · enable_alert · disable_alert · evaluate_alert · create_alert…

Dataset

3 tools - e.g. Column names + types; Metadata (created_at, retention, time window); Event count and storage bytes

get_dataset_schema · get_dataset_info · get_dataset_stats

Cluster

2 tools - e.g. All nodes with status (distributed mode); Aggregated ingest/query/storage metrics

get_cluster_status · get_cluster_metrics

Sample

1 tool - e.g. Most recent N events (time-bounded, row-capped)

sample_events

Ping

1 tool - e.g. Check connectivity, return version + health

ping

Explain

1 tool - e.g. EXPLAIN a SQL query without executing it

explain_query

Latest releases

v0.2.16 · 2026-08-07

Added title in MCP server.json

v0.2.15 · 2026-08-05

Added cursor plugin config files · return 405 for unsupported SSE stream probe

v0.2.14 · 2026-08-04

Added mcpName to package.json

04 · Who maintains Parseable

Parseable is maintained by parseablehq. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #132 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-07)
registry
io.github.parseablehq/parseable-mcp-server (active, first published 2026-08-04 · 3 versions)
packages
npm:@parseable/parseable-mcp-server

06 · Parseable FAQ

Is Parseable still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Parseable do?

With this server connected, an agent can list all log datasets, list all alerts with state, severity, tags, create alert via guided Q&A (8 questions, confirms before submit), and list targets (Slack, webhook, Alertmanager).

How do I install Parseable?

Run `npx -y @parseable/parseable-mcp-server`. The README documents 3 environment variables (PARSEABLE_URL, PARSEABLE_API_KEY, PARSEABLE_MODE) to set first. Set PARSEABLE_URL, PARSEABLE_API_KEY, PARSEABLE_MODE before connecting. You can also paste the ready-made client config above.

Does Parseable run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Parseable

More MCP servers to compare · Pathmodeio MCP Server · Mark View · Graph Aave MCP · BAILII UK Case Law · UK Property Data

More TypeScript MCP servers · Telegram Notify MCP · Discord MCP · Mneme (patsa2561-art) · Limps · see all