Parseable
Rank #9,067io.github.parseablehq/parseable-mcp-server
Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.
Parseable is a Model Context Protocol (MCP) server published by parseablehq. It ranks #9,067 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Parseable is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 122,979 of 132,046 servers on MCP Toplist.
Use Parseable
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add parseable-mcp-server -- npx -y @parseable/parseable-mcp-server[mcp_servers.parseable-mcp-server]
command = "npx"
args = ["-y", "@parseable/parseable-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"parseable-mcp-server": {
"command": "npx",
"args": [
"-y",
"@parseable/parseable-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"parseable-mcp-server": {
"command": "npx",
"args": [
"-y",
"@parseable/parseable-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"parseable-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@parseable/parseable-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"parseable-mcp-server": {
"command": "npx",
"args": [
"-y",
"@parseable/parseable-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"parseable-mcp-server": {
"command": "npx",
"args": [
"-y",
"@parseable/parseable-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.parseablehq%2Fparseable-mcp-server)<a href="https://mcptoplist.com/server/io.github.parseablehq%2Fparseable-mcp-server"><img src="https://mcptoplist.com/badge/io.github.parseablehq%2Fparseable-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
parseablehq
Available versions (3)
| Version | Published |
|---|---|
| 0.2.16 | Aug 7, 2026 |
| 0.2.15 | Aug 5, 2026 |
| 0.2.14 | Aug 4, 2026 |
Frequently asked questions
- Who maintains Parseable?
- Parseable is maintained by parseablehq, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Parseable listed on the Official MCP Registry?
- Yes — Parseable is listed on the Official MCP Registry, alongside Glama.
- How many versions does Parseable have?
- MCP Toplist tracks 3 versions of Parseable, most recently published on Aug 7, 2026.
- Where can I find the source code for Parseable?
- The source code for Parseable is hosted at github.com/parseablehq/parseable-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.