mcpbeat Sign in

Parseable MCP Server

by parseablehq Your server? Claim it
local only

Parseable runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 30 · avg 10 · +370% w/w
a month agotoday
89
Installs / week
npm · @parseable/parseable-mcp-server
4
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink src/tools/create_alert_target.ts:9
{ "name": "...", "type": "slack", "endpoint": "https://hooks.slack.com/..." }

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add parseable-mcp-server -- npx -y @parseable/parseable-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "parseable-mcp-server": {
      "args": [
        "-y",
        "@parseable/parseable-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.parseable-mcp-server]
command = "npx"
args = ["-y", "@parseable/parseable-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "parseable-mcp-server": {
      "args": [
        "-y",
        "@parseable/parseable-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "parseable-mcp-server": {
      "args": [
        "-y",
        "@parseable/parseable-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Parseable

same job, measured the same way
Retain So
by retain-so

Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.

32 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Tago Io
by tago-io

Model Context Protocol server for TagoIO data and analytics

97 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
Excalidraw MCP
by cmd8

Model Context Protocol server for Excalidraw diagrams.

141 installs/wk local only
PubNub MCP Server
by pubnub

PubNub Model Context Protocol MCP Server for Cursor and Claude

449 installs/wk local only
gitea-mcp
by werebear73

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

241 installs/wk local only

Parseable — questions

Answers built from our own checks of this server.

Why is there no uptime for Parseable?
Parseable runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @parseable/parseable-mcp-server was installed 89 times last week.
How do I connect Parseable?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @parseable/parseable-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Parseable?
The npm package @parseable/parseable-mcp-server was installed 89 times in the last week. Week over week that is +370%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Parseable open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.