upAPI
Rank #15,529io.github.DevinoSolutions/upapi-mcp
All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.
upAPI is a Model Context Protocol (MCP) server published by devinosolutions. It ranks #15,529 of 115,460 servers tracked on MCP Toplist. upAPI is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 17, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 99,931 of 115,460 servers on MCP Toplist.
Use upAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http upapi-mcp https://app.upapi.io/api/mcpclaude mcp add upapi-mcp -e "UPAPI_API_KEY=<your UPAPI_API_KEY>" -- npx -y @upapi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.upapi-mcp]
url = "https://app.upapi.io/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.upapi-mcp]
command = "npx"
args = ["-y", "@upapi/mcp"]
[mcp_servers.upapi-mcp.env]
UPAPI_API_KEY = "<your UPAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.upapi.io/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"upapi-mcp": {
"command": "npx",
"args": [
"-y",
"@upapi/mcp"
],
"env": {
"UPAPI_API_KEY": "<your UPAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upapi-mcp": {
"url": "https://app.upapi.io/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"upapi-mcp": {
"command": "npx",
"args": [
"-y",
"@upapi/mcp"
],
"env": {
"UPAPI_API_KEY": "<your UPAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"upapi-mcp": {
"type": "http",
"url": "https://app.upapi.io/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"upapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upapi/mcp"
],
"env": {
"UPAPI_API_KEY": "<your UPAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upapi-mcp": {
"serverUrl": "https://app.upapi.io/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"upapi-mcp": {
"command": "npx",
"args": [
"-y",
"@upapi/mcp"
],
"env": {
"UPAPI_API_KEY": "<your UPAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upapi-mcp": {
"url": "https://app.upapi.io/api/mcp"
}
}
}{
"mcpServers": {
"upapi-mcp": {
"command": "npx",
"args": [
"-y",
"@upapi/mcp"
],
"env": {
"UPAPI_API_KEY": "<your UPAPI_API_KEY>"
}
}
}
}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/io.github.DevinoSolutions%2Fupapi-mcp)<a href="https://mcptoplist.com/server/io.github.DevinoSolutions%2Fupapi-mcp"><img src="https://mcptoplist.com/badge/io.github.DevinoSolutions%2Fupapi-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
devinosolutions
Other servers by devinosolutions
View all devinosolutions servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 17, 2026 |
| 0.1.2 | Aug 17, 2026 |
Frequently asked questions
- Who maintains upAPI?
- upAPI is maintained by devinosolutions, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is upAPI listed on the Official MCP Registry?
- Yes — upAPI is listed on the Official MCP Registry.
- How many versions does upAPI have?
- MCP Toplist tracks 2 versions of upAPI, most recently published on Aug 17, 2026.
- Where can I find the source code for upAPI?
- The source code for upAPI is hosted at github.com/DevinoSolutions/upapi-mcp.