ParseAPI MCP Server
Rank #6,428com.parseapi/mcp
Official ParseAPI MCP. Place, IP, email, phone, weather, currency lookups.
ParseAPI MCP Server is a Model Context Protocol (MCP) server published by parseapi. It ranks #6,428 of 132,046 servers tracked on MCP Toplist. ParseAPI MCP Server is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 125,618 of 132,046 servers on MCP Toplist.
Use ParseAPI MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http parseapi https://mcp.parseapi.com/claude mcp add parseapi -e "PARSEAPI_KEY=<your PARSEAPI_KEY>" -e "PARSEAPI_MCP_MODE=<your PARSEAPI_MCP_MODE>" -- npx -y parseapi-mcpReplace each placeholder with your own value before saving.
[mcp_servers.parseapi]
url = "https://mcp.parseapi.com/"Add to ~/.codex/config.toml.
[mcp_servers.parseapi]
command = "npx"
args = ["-y", "parseapi-mcp"]
[mcp_servers.parseapi.env]
PARSEAPI_KEY = "<your PARSEAPI_KEY>"
PARSEAPI_MCP_MODE = "<your PARSEAPI_MCP_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.parseapi.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
],
"env": {
"PARSEAPI_KEY": "<your PARSEAPI_KEY>",
"PARSEAPI_MCP_MODE": "<your PARSEAPI_MCP_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parseapi": {
"url": "https://mcp.parseapi.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
],
"env": {
"PARSEAPI_KEY": "<your PARSEAPI_KEY>",
"PARSEAPI_MCP_MODE": "<your PARSEAPI_MCP_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"parseapi": {
"type": "http",
"url": "https://mcp.parseapi.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"parseapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
],
"env": {
"PARSEAPI_KEY": "<your PARSEAPI_KEY>",
"PARSEAPI_MCP_MODE": "<your PARSEAPI_MCP_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parseapi": {
"serverUrl": "https://mcp.parseapi.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
],
"env": {
"PARSEAPI_KEY": "<your PARSEAPI_KEY>",
"PARSEAPI_MCP_MODE": "<your PARSEAPI_MCP_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"parseapi": {
"url": "https://mcp.parseapi.com/"
}
}
}{
"mcpServers": {
"parseapi": {
"command": "npx",
"args": [
"-y",
"parseapi-mcp"
],
"env": {
"PARSEAPI_KEY": "<your PARSEAPI_KEY>",
"PARSEAPI_MCP_MODE": "<your PARSEAPI_MCP_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.parseapi%2Fmcp)<a href="https://mcptoplist.com/server/com.parseapi%2Fmcp"><img src="https://mcptoplist.com/badge/com.parseapi%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
parseapi
Available versions (9)
| Version | Published |
|---|---|
| 1.3.0 | Sep 21, 2026 |
| 1.2.0 | Sep 20, 2026 |
| 1.1.0 | Sep 20, 2026 |
| 1.0.0 | Sep 19, 2026 |
| 0.4.0 | Sep 10, 2026 |
| 0.3.2 | Sep 7, 2026 |
| 0.3.0 | Sep 5, 2026 |
| 0.2.1 | Sep 3, 2026 |
| 0.1.3 | Aug 13, 2026 |
Frequently asked questions
- Who maintains ParseAPI MCP Server?
- ParseAPI MCP Server is maintained by parseapi, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is ParseAPI MCP Server listed on the Official MCP Registry?
- Yes — ParseAPI MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does ParseAPI MCP Server have?
- MCP Toplist tracks 9 versions of ParseAPI MCP Server, most recently published on Sep 21, 2026.
- Where can I find the source code for ParseAPI MCP Server?
- The source code for ParseAPI MCP Server is hosted at github.com/parseapi/parseapi-mcp.
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.