Parse
Rank #61,343gl.parse/mcp
See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources.
Parse is a Model Context Protocol (MCP) server published by Parsegl. It ranks #61,343 of 132,113 servers tracked on MCP Toplist. Parse is listed on Official MCP, with 1 tracked version. It was first listed on May 1, 2026 and most recently updated on May 1, 2026.
Ranks ahead of 70,770 of 132,113 servers on MCP Toplist.
Use Parse
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http parse https://mcp.parse.gl/mcpclaude mcp add parse -- npx -y @parse-gl/mcp[mcp_servers.parse]
url = "https://mcp.parse.gl/mcp"Add to ~/.codex/config.toml.
[mcp_servers.parse]
command = "npx"
args = ["-y", "@parse-gl/mcp"]Add to ~/.codex/config.toml.
https://mcp.parse.gl/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"parse": {
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"parse": {
"url": "https://mcp.parse.gl/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"parse": {
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"parse": {
"type": "http",
"url": "https://mcp.parse.gl/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"parse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"parse": {
"serverUrl": "https://mcp.parse.gl/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"parse": {
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"parse": {
"url": "https://mcp.parse.gl/mcp"
}
}
}{
"mcpServers": {
"parse": {
"command": "npx",
"args": [
"-y",
"@parse-gl/mcp"
]
}
}
}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/gl.parse%2Fmcp)<a href="https://mcptoplist.com/server/gl.parse%2Fmcp"><img src="https://mcptoplist.com/badge/gl.parse%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Parsegl
Other servers by Parsegl
View all Parsegl servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 1, 2026 |
Frequently asked questions
- Who maintains Parse?
- Parse is maintained by Parsegl, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Parse listed on the Official MCP Registry?
- Yes — Parse is listed on the Official MCP Registry.
- How many versions does Parse have?
- MCP Toplist tracks 1 version of Parse, most recently published on May 1, 2026.
- Where can I find the source code for Parse?
- The source code for Parse is hosted at github.com/Parsegl/parse.
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.